KeyValueStoreItemMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the metadata that are associated with a KeyValueStoreItem object in the Key/Value store.
public sealed class KeyValueStoreItemMetadata
type KeyValueStoreItemMetadata = class
Public NotInheritable Class KeyValueStoreItemMetadata
- Inheritance
-
KeyValueStoreItemMetadata
Properties
Key |
Gets the key of the associated KeyValueStoreItem object. |
LastModifiedOnPrimaryUtc |
Gets the last modified time (UTC) of the KeyValueStoreItem object by the primary replica of the service. |
LastModifiedUtc |
Gets the last modified time (UTC) of the KeyValueStoreItem object. |
SequenceNumber |
Gets the sequence number of the KeyValueStoreItem object. |
ValueSizeInBytes |
Gets the size in bytes of the sequence number of the KeyValueStoreItem object. |
Applies to
Azure SDK for .NET