Google Cloud Bigtable Administration v2 API - Class ChangeStreamConfig (3.14.0)

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.

Inheritance

object > ChangeStreamConfig

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ChangeStreamConfig()

public ChangeStreamConfig()

ChangeStreamConfig(ChangeStreamConfig)

public ChangeStreamConfig(ChangeStreamConfig other)
Parameter
NameDescription
otherChangeStreamConfig

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
TypeDescription
Duration