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

ContainerDefinition<T>.WithPartitionKeyDefinitionVersion 方法

定义

设置 PartitionKeyDefinitionVersion

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

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

public T WithPartitionKeyDefinitionVersion (Azure.Cosmos.PartitionKeyDefinitionVersion partitionKeyDefinitionVersion);
member this.WithPartitionKeyDefinitionVersion : Azure.Cosmos.PartitionKeyDefinitionVersion -> 'T
Public Function WithPartitionKeyDefinitionVersion (partitionKeyDefinitionVersion As PartitionKeyDefinitionVersion) As T

参数

partitionKeyDefinitionVersion
PartitionKeyDefinitionVersion

分区键定义版本

返回

T

当前 Fluent 生成器的实例。

适用于

另请参阅