public sealed class ChangeStreamConfig : IMessage<ChangeStreamConfig>, IEquatable<ChangeStreamConfig>, IDeepCloneable<ChangeStreamConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ChangeStreamConfig.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `ChangeStreamConfig` class within the Google Cloud Bigtable Administration v2 API, specifically for version 3.22.0."],["The `ChangeStreamConfig` class is a part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is implemented by several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page offers a comprehensive list of available versions of the `ChangeStreamConfig`, ranging from version 3.24.0 (latest) down to 2.4.0, each with its own documentation link."],["`ChangeStreamConfig` includes properties such as `RetentionPeriod`, which determines how long change stream data is kept, with values that must be between 1 and 7 days."],["There are two constructors available for `ChangeStreamConfig`: a default constructor and one that accepts another `ChangeStreamConfig` object as a parameter."]]],[]]