ICosmosDbDataConnectionProperties.TableName Property

Definition

The case-sensitive name of the existing target table in your cluster. Retrieved data is ingested into this table.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The case-sensitive name of the existing target table in your cluster. Retrieved data is ingested into this table.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="tableName", Update=true)]
public string TableName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The case-sensitive name of the existing target table in your cluster. Retrieved data is ingested into this table.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="tableName", Update=true)>]
member this.TableName : string with get, set
Public Property TableName As String

Property Value

Attributes

Applies to