LiveOutput.ArchiveWindowLength 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 ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.archiveWindowLength")]
public TimeSpan ArchiveWindowLength { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.archiveWindowLength")>]
member this.ArchiveWindowLength : TimeSpan with get, set
Public Property ArchiveWindowLength As TimeSpan
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET