Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::RetentionConfig.
Configuration for retention of output files.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#retention_window_duration
def retention_window_duration() -> ::Google::Protobuf::Duration
-
(::Google::Protobuf::Duration) — The minimum duration for which the output files from the channel will
remain in the output bucket. After this duration, output files are
deleted asynchronously.
When the channel is deleted, all output files are deleted from the output bucket asynchronously.
If omitted or set to zero, output files will remain in the output bucket based on Manifest.segment_keep_duration, which defaults to 60s.
If both retention_window_duration and Manifest.segment_keep_duration are set, retention_window_duration is used and Manifest.segment_keep_duration is ignored.
#retention_window_duration=
def retention_window_duration=(value) -> ::Google::Protobuf::Duration
-
value (::Google::Protobuf::Duration) — The minimum duration for which the output files from the channel will
remain in the output bucket. After this duration, output files are
deleted asynchronously.
When the channel is deleted, all output files are deleted from the output bucket asynchronously.
If omitted or set to zero, output files will remain in the output bucket based on Manifest.segment_keep_duration, which defaults to 60s.
If both retention_window_duration and Manifest.segment_keep_duration are set, retention_window_duration is used and Manifest.segment_keep_duration is ignored.
-
(::Google::Protobuf::Duration) — The minimum duration for which the output files from the channel will
remain in the output bucket. After this duration, output files are
deleted asynchronously.
When the channel is deleted, all output files are deleted from the output bucket asynchronously.
If omitted or set to zero, output files will remain in the output bucket based on Manifest.segment_keep_duration, which defaults to 60s.
If both retention_window_duration and Manifest.segment_keep_duration are set, retention_window_duration is used and Manifest.segment_keep_duration is ignored.