Modifier and Type | Field and Description |
---|---|
static PartitionKey |
PartitionKey.None |
Modifier and Type | Method and 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 key
|
PartitionKey |
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.
|
Modifier and Type | Method and 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 key
|
CosmosStoredProcedureRequestOptions |
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.
|
Copyright © 2019. All rights reserved.