ContainerPartitionKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration of the partition key to be used for partitioning data into multiple partitions
public class ContainerPartitionKey
type ContainerPartitionKey = class
Public Class ContainerPartitionKey
- Inheritance
-
ContainerPartitionKey
Constructors
ContainerPartitionKey() |
Initializes a new instance of the ContainerPartitionKey class. |
ContainerPartitionKey(IList<String>, PartitionKind, Nullable<Int32>) |
Initializes a new instance of the ContainerPartitionKey class. |
Properties
Kind |
Gets or sets indicates the kind of algorithm used for partitioning. Possible values include: 'Hash', 'Range' |
Paths |
Gets or sets list of paths using which data within the container can be partitioned |
Version |
Gets or sets indicates the version of the partition key definition |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET