Uses of Class
com.azure.cosmos.models.PartitionKeyBuilder
Packages that use PartitionKeyBuilder
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PartitionKeyBuilder in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return PartitionKeyBuilderModifier 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.