KeyValueStoreItemMetadata クラス

定義

Key/Value ストア内のオブジェクトに KeyValueStoreItem 関連付けられているメタデータを表します。

public sealed class KeyValueStoreItemMetadata
type KeyValueStoreItemMetadata = class
Public NotInheritable Class KeyValueStoreItemMetadata
継承
KeyValueStoreItemMetadata

プロパティ

Key

関連付けられた KeyValueStoreItem オブジェクトのキーを取得します。

LastModifiedOnPrimaryUtc

サービスのプライマリ レプリカによってオブジェクトの KeyValueStoreItem 最終変更時刻 (UTC) を取得します。

LastModifiedUtc

オブジェクトの最終変更時刻 (UTC) を KeyValueStoreItem 取得します。

SequenceNumber

オブジェクトのシーケンス番号を KeyValueStoreItem 取得します。

ValueSizeInBytes

オブジェクトのシーケンス番号のサイズをバイト単位で KeyValueStoreItem 取得します。

適用対象