ICosmosDbDataConnectionProperties.CosmosDbContainer Property

Definition

The name of an existing container in the Cosmos DB database.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of an existing container in the Cosmos DB database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="cosmosDbContainer", Update=true)]
public string CosmosDbContainer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of an existing container in the Cosmos DB database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="cosmosDbContainer", Update=true)>]
member this.CosmosDbContainer : string with get, set
Public Property CosmosDbContainer As String

Property Value

Attributes

Applies to