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

ContainerPartitionKey 类

定义

用于将数据分区到多个分区的分区键的配置

public class ContainerPartitionKey
type ContainerPartitionKey = class
Public Class ContainerPartitionKey
继承
ContainerPartitionKey

构造函数

ContainerPartitionKey()

初始化 ContainerPartitionKey 类的新实例。

ContainerPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

初始化 ContainerPartitionKey 类的新实例。

属性

Kind

获取或设置指示用于分区的算法类型。 可能的值包括:“Hash”、“Range”

Paths

获取或设置可对容器内的数据进行分区的路径列表

Version

获取或设置指示分区键定义的版本

方法

Validate()

验证 对象。

适用于