Uses of Class
com.azure.data.cosmos.PartitionKey
-
Packages that use PartitionKey Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of PartitionKey in com.azure.data.cosmos
Fields in com.azure.data.cosmos declared as PartitionKey Modifier and Type Field Description static PartitionKey
PartitionKey. None
Methods in com.azure.data.cosmos that return PartitionKey Modifier and Type Method Description static PartitionKey
PartitionKey. fromJsonString(String jsonString)
Create a new instance of the PartitionKey object from a serialized JSON partition key.PartitionKey
ChangeFeedOptions. partitionKey()
Gets the partition key used to identify the current request's target partition.PartitionKey
CosmosItemRequestOptions. partitionKey()
Gets the partition keyPartitionKey
CosmosStoredProcedureRequestOptions. partitionKey()
Gets the partition key used to identify the current request's target partition.PartitionKey
FeedOptions. partitionKey()
Gets the partition key used to identify the current request's target partition.Methods in com.azure.data.cosmos with parameters of type PartitionKey Modifier and Type Method Description ChangeFeedOptions
ChangeFeedOptions. partitionKey(PartitionKey partitionkey)
Sets the partition key used to identify the current request's target partition.CosmosItemRequestOptions
CosmosItemRequestOptions. partitionKey(PartitionKey partitionKey)
Sets the partition keyCosmosStoredProcedureRequestOptions
CosmosStoredProcedureRequestOptions. partitionKey(PartitionKey partitionKey)
Sets the partition key used to identify the current request's target partition.FeedOptions
FeedOptions. partitionKey(PartitionKey partitionkey)
Sets the partition key used to identify the current request's target partition.CosmosPermissionProperties
CosmosPermissionProperties. resourcePartitionKey(PartitionKey partitionKey)
Sets the resource partition key associated with this permission object.
-