View Source GoogleApi.BigtableAdmin.V2.Model.ChangeStreamConfig (google_api_bigtable_admin v0.22.0)
Change stream configuration.
Attributes
-
retentionPeriod
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.ChangeStreamConfig{ retentionPeriod: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.