public sealed class GenerateInitialChangeStreamPartitionsRequest : IMessage<GenerateInitialChangeStreamPartitionsRequest>, IEquatable<GenerateInitialChangeStreamPartitionsRequest>, IDeepCloneable<GenerateInitialChangeStreamPartitionsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class GenerateInitialChangeStreamPartitionsRequest.
NOTE: This API is intended to be used by Apache Beam BigtableIO. Request message for Bigtable.GenerateInitialChangeStreamPartitions.
Implements
IMessageGenerateInitialChangeStreamPartitionsRequest, IEquatableGenerateInitialChangeStreamPartitionsRequest, IDeepCloneableGenerateInitialChangeStreamPartitionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
GenerateInitialChangeStreamPartitionsRequest()
public GenerateInitialChangeStreamPartitionsRequest()GenerateInitialChangeStreamPartitionsRequest(GenerateInitialChangeStreamPartitionsRequest)
public GenerateInitialChangeStreamPartitionsRequest(GenerateInitialChangeStreamPartitionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateInitialChangeStreamPartitionsRequest |
Properties
AppProfileId
public string AppProfileId { get; set; }This value specifies routing for replication. If not specified, the "default" application profile will be used. Single cluster routing must be configured on the profile.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TableName
public string TableName { get; set; }Required. The unique name of the table from which to get change stream
partitions. Values are of the form
projects/<project>/instances/<instance>/tables/<table>.
Change streaming must be enabled on the table.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TableNameAsTableName
public TableName TableNameAsTableName { get; set; }| Property Value | |
|---|---|
| Type | Description |
TableName |
|