Uses of Class
com.azure.cosmos.models.PartitionKeyBuilder
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PartitionKeyBuilder in com.azure.cosmos.models
Modifier and TypeMethodDescriptionPartitionKeyBuilder.add
(boolean value) Adds partition value of type booleanPartitionKeyBuilder.add
(double value) Adds partition value of type doubleAdds partition value of type stringPartitionKeyBuilder.addNoneValue()
Deprecated.PartitionKey.None value should only be used with PartitionKey constructor.PartitionKeyBuilder.addNullValue()
Deprecated.Null value should only be used with PartitionKey constructor.