StreamingLocator.Filters Property

Definition

Gets or sets a list of asset or account filters which apply to this streaming locator

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to