USqlIndex.StreamNames Property

Definition

Gets or sets the list of full paths to the streams that contain this index in the DataLake account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to