Class VideoCreationPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.videoanalyzer.outputs.VideoCreationPropertiesResponse
-
public final class VideoCreationPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoCreationPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoCreationPropertiesResponse.Builder
builder()
static VideoCreationPropertiesResponse.Builder
builder(VideoCreationPropertiesResponse defaults)
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.String>
retentionPeriod()
java.util.Optional<java.lang.String>
segmentLength()
java.util.Optional<java.lang.String>
title()
-
-
-
Method Detail
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Optional description provided by the user. Value can be up to 2048 characters long.
-
retentionPeriod
public java.util.Optional<java.lang.String> retentionPeriod()
- Returns:
- 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".
-
segmentLength
public java.util.Optional<java.lang.String> segmentLength()
- Returns:
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
-
title
public java.util.Optional<java.lang.String> title()
- Returns:
- Optional title provided by the user. Value can be up to 256 characters long.
-
builder
public static VideoCreationPropertiesResponse.Builder builder()
-
builder
public static VideoCreationPropertiesResponse.Builder builder(VideoCreationPropertiesResponse defaults)
-
-