Class PurgeCacheOptions
Options for PurgeCache(string, PurgeCacheOptions?, CancellationToken) and PurgeBucketCache(string, PurgeCacheOptions?, CancellationToken).
public class PurgeCacheOptions
- Inheritance
-
PurgeCacheOptions
- Inherited Members
- Extension Methods
Properties
Transformations
If true, purges only the transformations (resized/formatted variants) for the object
or bucket, leaving the original cached file intact. If left null, all cached versions
are purged.
public bool? Transformations { get; set; }
Property Value
- bool?