次の方法で共有


PartitionKeyDefinition.Version プロパティ

定義

パーティション キーに適用するパーティション構成のバージョンを取得または設定します

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="version")]
public Microsoft.Azure.Documents.PartitionKeyDefinitionVersion? Version { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="version")>]
member this.Version : Nullable<Microsoft.Azure.Documents.PartitionKeyDefinitionVersion> with get, set
Public Property Version As Nullable(Of PartitionKeyDefinitionVersion)

プロパティ値

PartitionKeyDefinitionVersion 列挙体の値のいずれかです。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象