Google Bigtable v2 API - Class SampleRowKeysRequest (3.4.0)

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

Reference documentation and code samples for the Google Bigtable v2 API class SampleRowKeysRequest.

Request message for Bigtable.SampleRowKeys.

Inheritance

object > SampleRowKeysRequest

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

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/<project>/instances/<instance>/tables/<table>.

Property Value
TypeDescription
string

TableNameAsTableName

public TableName TableNameAsTableName { get; set; }

TableName-typed view over the TableName resource name property.

Property Value
TypeDescription
TableName