PipelineTopology.Sinks Property

Definition

Gets or sets list of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to