Class SampleRowKeysRequest (2.5.0)

public sealed class SampleRowKeysRequest : IMessage<SampleRowKeysRequest>, IEquatable<SampleRowKeysRequest>, IDeepCloneable<SampleRowKeysRequest>, IBufferMessage, IMessage

Request message for Bigtable.SampleRowKeys.

Inheritance

Object > SampleRowKeysRequest

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

SampleRowKeysRequest()

public SampleRowKeysRequest()

SampleRowKeysRequest(SampleRowKeysRequest)

public SampleRowKeysRequest(SampleRowKeysRequest other)
Parameter
NameDescription
otherSampleRowKeysRequest

Properties

AppProfileId

public string AppProfileId { get; set; }

This value specifies routing for replication. If not specified, the "default" application profile will be used.

Property Value
TypeDescription
String

TableName

public string TableName { get; set; }

Required. The unique name of the table from which to sample row keys. Values are of the form projects/&lt;project>/instances/&lt;instance>/tables/&lt;table>.

Property Value
TypeDescription
String

TableNameAsTableName

public TableName TableNameAsTableName { get; set; }

TableName-typed view over the TableName resource name property.

Property Value
TypeDescription
TableName