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-03-25 UTC."],[[["This webpage provides documentation for the `ChangeStreamConfig` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The latest version of the documentation available is 3.24.0, but it also includes documentation for all versions between 3.0.0 and 3.23.0 and all versions between 2.4.0 and 2.9.0."],["The `ChangeStreamConfig` class is used to configure change streams, including setting the data retention period."],["The `ChangeStreamConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with different parts of the .NET ecosystem."],["The `RetentionPeriod` property of the `ChangeStreamConfig` class determines how long change stream data is kept, with a valid range of one to seven days, down to microsecond granularity."]]],[]]