Class SharedStorageMetadata
Details for an origin's shared storage.
public sealed class SharedStorageMetadata
- Inheritance
-
SharedStorageMetadata
- Inherited Members
Properties
BytesUsed
Total number of bytes stored as key-value pairs in origin's shared storage.
[JsonPropertyName("bytesUsed")]
public long BytesUsed { get; set; }
Property Value
CreationTime
Time when the origin's shared storage was last created.
[JsonPropertyName("creationTime")]
public double CreationTime { get; set; }
Property Value
Length
Number of key-value pairs stored in origin's shared storage.
[JsonPropertyName("length")]
public long Length { get; set; }
Property Value
RemainingBudget
Current amount of bits of entropy remaining in the navigation budget.
[JsonPropertyName("remainingBudget")]
public double RemainingBudget { get; set; }