PartitionKeyDefinition.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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