AzureCosmosDBContainerResource Properties
Class Properties 6 members
Represents an Azure Cosmos DB Database Container.
Gets the connection string expression for the Azure Cosmos DB Database Container.
public ReferenceExpression ConnectionStringExpression { get; } Gets or sets the container name.
public string ContainerName { get; set; } Gets the container properties for this azure cosmos db container resource.
public ContainerProperties ContainerProperties { get; } Gets the parent Azure Cosmos DB database resource.
public AzureCosmosDBDatabaseResource Parent { get; } Gets or sets the partition key path.
public string PartitionKeyPath { get; set; } Gets or sets the hierarchical partition keys.
public IReadOnlyList<string> PartitionKeyPaths { get; set; }