Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::RetentionConfig (v1.1.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.