AzureCosmosDBNoSQLCompositeKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Composite key for Azure CosmosDB NoSQL record with record and partition keys.
public sealed class AzureCosmosDBNoSQLCompositeKey
type AzureCosmosDBNoSQLCompositeKey = class
Public NotInheritable Class AzureCosmosDBNoSQLCompositeKey
- Inheritance
-
AzureCosmosDBNoSQLCompositeKey
Constructors
AzureCosmosDBNoSQLCompositeKey(String, String) |
Composite key for Azure CosmosDB NoSQL record with record and partition keys. |
Properties
PartitionKey |
Value of partition key. |
RecordKey |
Value of record key. |