Partager via


PartitionKeyDefinition.Version Propriété

Définition

Obtient ou définit la version du schéma de partitionnement à appliquer à la clé de partition

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

Valeur de propriété

Une des valeurs de l'énumération PartitionKeyDefinitionVersion.

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à