Class: Google::Cloud::Bigtable::Admin::V2::ChangeStreamConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ChangeStreamConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Change stream configuration.
Instance Attribute Summary collapse
-
#retention_period ⇒ ::Google::Protobuf::Duration
How long the change stream should be retained.
Instance Attribute Details
#retention_period ⇒ ::Google::Protobuf::Duration
Returns How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.
46 47 48 49 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 46 class ChangeStreamConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |