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 .NET development."],["The `ChangeStreamConfig` class is used to configure settings for change streams, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.24.0, while the current version referenced throughout this page is 3.23.0, and there is documentation available for several versions ranging from 3.24.0 back to 2.4.0."],["The class includes properties such as `RetentionPeriod`, which defines how long the change stream data is retained, with a minimum of 1 day and a maximum of 7 days."],["The page contains information on the `ChangeStreamConfig` class constructors and inherited members from the base object class."]]],[]]