Partager via


AzureCosmosDBNoSQLCompositeKey Class

Definition

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.

Applies to