Share via


ContainerPartitionKey.Version Property

Definition

Gets or sets indicates the version of the partition key definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to