你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LiveEvent.StreamOptions 属性

定义

获取或设置要用于 LiveEvent 的选项。 此值在创建时指定,无法更新。 数组条目值的有效值为“Default”和“LowLatency”。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.streamOptions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag?> StreamOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.streamOptions")>]
member this.StreamOptions : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag>> with get, set
Public Property StreamOptions As IList(Of Nullable(Of StreamOptionsFlag))

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于