IWithPartitionKey<ParentT>.WithPartitionKey Method
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.
Overloads
WithPartitionKey(ContainerPartitionKey) |
Specifies the container partition key. |
WithPartitionKey(PartitionKind, Nullable<Int32>) |
Specifies the container partition key. |
WithPartitionKey(ContainerPartitionKey)
Specifies the container partition key.
public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT> WithPartitionKey (Microsoft.Azure.Management.CosmosDB.Fluent.Models.ContainerPartitionKey containerPartitionKey);
abstract member WithPartitionKey : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ContainerPartitionKey -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<'ParentT>
Public Function WithPartitionKey (containerPartitionKey As ContainerPartitionKey) As IWithAttach(Of ParentT)
Parameters
- containerPartitionKey
- ContainerPartitionKey
The whole object of the container partition key.
Returns
The next stage of the definition.
Applies to
WithPartitionKey(PartitionKind, Nullable<Int32>)
Specifies the container partition key.
public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT> WithPartitionKey (Microsoft.Azure.Management.CosmosDB.Fluent.Models.PartitionKind kind, int? version);
abstract member WithPartitionKey : Microsoft.Azure.Management.CosmosDB.Fluent.Models.PartitionKind * Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<'ParentT>
Public Function WithPartitionKey (kind As PartitionKind, version As Nullable(Of Integer)) As IWithAttach(Of ParentT)
Parameters
- kind
- PartitionKind
Indicates the kind of algorithm used for partitioning. Possible values include: 'Hash', 'Range'.
Returns
The next stage of the definition.