VideoCreationProperties.RetentionPeriod 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 video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
[Newtonsoft.Json.JsonProperty(PropertyName="retentionPeriod")]
public string RetentionPeriod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retentionPeriod")>]
member this.RetentionPeriod : string with get, set
Public Property RetentionPeriod As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute