IFlowProperties.StreamLatency Property

Definition

The latency of the stream in milliseconds

[ADT.Runtime.Info(Create=true, Description="The latency of the stream in milliseconds", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="streamLatency", Update=true)]
public long? StreamLatency { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The latency of the stream in milliseconds", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="streamLatency", Update=true)>]
member this.StreamLatency : Nullable<int64> with get, set
Public Property StreamLatency As Nullable(Of Long)

Property Value

Attributes

Applies to