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.
Change stream configuration.
Implements
IMessageChangeStreamConfig, IEquatableChangeStreamConfig, IDeepCloneableChangeStreamConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ChangeStreamConfig()
public ChangeStreamConfig()
ChangeStreamConfig(ChangeStreamConfig)
public ChangeStreamConfig(ChangeStreamConfig other)
Parameter | |
---|---|
Name | Description |
other | ChangeStreamConfig |
Properties
RetentionPeriod
public Duration RetentionPeriod { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Duration |