Package | Description |
---|---|
com.microsoft.azure.cosmosdb |
Modifier and Type | Method and Description |
---|---|
static PartitionKey |
PartitionKey.FromJsonString(String jsonString)
Create a new instance of the PartitionKey object from a serialized JSON string.
|
PartitionKey |
FeedOptionsBase.getPartitionKey()
Gets the partition key used to identify the current request's target
partition.
|
PartitionKey |
RequestOptions.getPartitionKey()
Gets the partition key used to identify the current request's target partition.
|
PartitionKey |
Permission.getResourcePartitionKey()
Gets the resource partition key associated with this permission object.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedOptionsBase.setPartitionKey(PartitionKey partitionkey)
Sets the partition key used to identify the current request's target
partition.
|
void |
RequestOptions.setPartitionKey(PartitionKey partitionkey)
Sets the partition key used to identify the current request's target partition.
|
void |
Permission.setResourcePartitionKey(PartitionKey partitionkey)
Sets the resource partition key associated with this permission object.
|
Copyright © 2018. All rights reserved.