KeyValueStoreItemMetadata Class

Definition

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