Class CacheStorageContentUpdatedEventArgs
CacheStorageContentUpdated
public sealed class CacheStorageContentUpdatedEventArgs : EventArgs
- Inheritance
-
CacheStorageContentUpdatedEventArgs
- Inherited Members
Properties
BucketId
Gets or sets the bucketId
[JsonPropertyName("bucketId")]
public string BucketId { get; set; }
Property Value
CacheName
Gets or sets the cacheName
[JsonPropertyName("cacheName")]
public string CacheName { get; set; }
Property Value
Origin
Gets or sets the origin
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
StorageKey
Gets or sets the storageKey
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }