EventGridDataConnection.TableName Property

Definition

Gets or sets the table where the data should be ingested. Optionally the table information can be added to each message.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tableName")]
public string TableName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tableName")>]
member this.TableName : string with get, set
Public Property TableName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to