Share via


StorageInsight.Tables Property

Definition

Gets or sets the names of the Azure tables that the workspace should read

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tables")]
public System.Collections.Generic.IList<string> Tables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tables")>]
member this.Tables : System.Collections.Generic.IList<string> with get, set
Public Property Tables As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to