Class CacheStorageContentUpdatedEventArgs
A cache's contents have been modified.
public sealed class CacheStorageContentUpdatedEventArgs : EventArgs
- Inheritance
-
CacheStorageContentUpdatedEventArgs
- Inherited Members
Properties
BucketId
Storage bucket to update.
[JsonPropertyName("bucketId")]
public string BucketId { get; set; }
Property Value
CacheName
Name of cache in origin.
[JsonPropertyName("cacheName")]
public string CacheName { get; set; }
Property Value
Origin
Origin to update.
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
StorageKey
Storage key to update.
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }