Class: Google::Cloud::Video::LiveStream::V1::RetentionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/livestream/v1/resources.rb

Overview

Configuration for retention of output files.

Instance Attribute Summary collapse

Instance Attribute Details

#retention_window_duration::Google::Protobuf::Duration

Returns 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.



396
397
398
399
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 396

class RetentionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end