你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerProperties.PartitionKeyDefinitionVersion 属性

定义

获取或设置 PartitionKeyDefinitionVersion

分区键定义版本 1 使用哈希函数,该函数基于分区键的前 100 个字节计算哈希。 这可能会导致分区键大于 100 字节的文档发生冲突。

分区键定义版本 2 使用哈希函数,该函数基于分区键的前 2 KB 计算哈希。

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion? PartitionKeyDefinitionVersion { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.PartitionKeyDefinitionVersion : Nullable<Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion> with get, set
Public Property PartitionKeyDefinitionVersion As Nullable(Of PartitionKeyDefinitionVersion)

属性值

容器的分区键定义版本

属性
Newtonsoft.Json.JsonIgnoreAttribute

适用于