StreamDeclaration.Columns Property

Definition

Gets or sets list of columns used by data in this stream.

[Newtonsoft.Json.JsonProperty(PropertyName="columns")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ColumnDefinition> Columns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columns")>]
member this.Columns : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ColumnDefinition> with get, set
Public Property Columns As IList(Of ColumnDefinition)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to