AzureCosmosDBNoSQLCompositeKey(String, String) Constructor
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 AzureCosmosDBNoSQLCompositeKey (string recordKey, string partitionKey);
new Microsoft.SemanticKernel.Connectors.AzureCosmosDBNoSQL.AzureCosmosDBNoSQLCompositeKey : string * string -> Microsoft.SemanticKernel.Connectors.AzureCosmosDBNoSQL.AzureCosmosDBNoSQLCompositeKey
Public Sub New (recordKey As String, partitionKey As String)
Parameters
- recordKey
- String
- partitionKey
- String