PartitionKeyDefinition.Version Property

Definition

Gets or sets version of the partitioning scheme to be applied on the partition key

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

Property Value

One of the values of the PartitionKeyDefinitionVersion enumeration.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to