PartitionKeyBuilder 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.
Represents a partition key value list in the Azure Cosmos DB service.
public sealed class PartitionKeyBuilder
type PartitionKeyBuilder = class
Public NotInheritable Class PartitionKeyBuilder
- Inheritance
-
PartitionKeyBuilder
Constructors
PartitionKeyBuilder() |
Creates a new partition key value list object. |
Methods
Add(Boolean) |
Adds a partition key value of type bool to the list. |
Add(Double) |
Adds a partition key value of type double to the list. |
Add(String) |
Adds a partition key value of type string to the list. |
AddNoneType() |
Adds a None partition key value. |
AddNullValue() |
Adds a partition key value which is null |
Build() |
Builds a new instance of the PartitionKey with the specified Partition Key values. |
Applies to
Azure SDK for .NET