ContainerProperties Constructors

Definition

Overloads

ContainerProperties()

Initializes a new instance of the ContainerProperties class for the Azure Cosmos DB service.

ContainerProperties(String, String)

Initializes a new instance of the ContainerProperties class for the Azure Cosmos DB service.

ContainerProperties()

Initializes a new instance of the ContainerProperties class for the Azure Cosmos DB service.

public ContainerProperties ();
Public Sub New ()

Applies to

ContainerProperties(String, String)

Initializes a new instance of the ContainerProperties class for the Azure Cosmos DB service.

public ContainerProperties (string id, string partitionKeyPath);
new Azure.Cosmos.ContainerProperties : string * string -> Azure.Cosmos.ContainerProperties
Public Sub New (id As String, partitionKeyPath As String)

Parameters

id
String

The Id of the resource in the Azure Cosmos service.

partitionKeyPath
String

The path to the partition key. Example: /location

Applies to