Freigeben über


PartitionKeyDefinition.Version Eigenschaft

Definition

Ruft die Version des Partitionierungsschemas ab, das auf den Partitionsschlüssel angewendet werden soll, oder legt diese fest.

[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)

Eigenschaftswert

Einer der Werte der PartitionKeyDefinitionVersion-Enumeration.

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: