PipelineTopology.Sinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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