次の方法で共有


StorageData.Version プロパティ

定義

バージョンは、 byte[] Azure Storage SDK によって管理される プロパティの表現 Etag です。 etag は、サーバーから取得したこのエンティティのバージョンを表し、このプロパティを設定することで etag も更新されます。 id プロパティに関しては、このプロパティは etag で情報が提供されるため、実際のストレージ テーブルにはマップされません。

[Microsoft.WindowsAzure.Storage.Table.IgnoreProperty]
[System.ComponentModel.DataAnnotations.Schema.NotMapped]
public byte[] Version { get; set; }
[<Microsoft.WindowsAzure.Storage.Table.IgnoreProperty>]
[<System.ComponentModel.DataAnnotations.Schema.NotMapped>]
member this.Version : byte[] with get, set
Public Property Version As Byte()

プロパティ値

Byte[]

実装

属性

適用対象