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 page provides reference documentation for the `ChangeStreamConfig` class in the Google Cloud Bigtable Administration v2 API, with the latest version being 3.24.0."],["The `ChangeStreamConfig` class is used to configure change streams in Google Cloud Bigtable, defining how change data is retained and managed."],["The documentation lists multiple versions of the API, ranging from 2.4.0 to 3.24.0, allowing users to access the documentation that corresponds to the specific version of the Google.Cloud.Bigtable.Admin.V2 package they are utilizing."],["The `ChangeStreamConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from object."],["The `ChangeStreamConfig` class includes properties such as `RetentionPeriod` to specify how long change stream data should be retained, with values limited between 1 and 7 days."]]],[]]