Class GetTableRequest (2.4.0)

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

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]

Inheritance

Object > GetTableRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

GetTableRequest()

public GetTableRequest()

GetTableRequest(GetTableRequest)

public GetTableRequest(GetTableRequest other)
Parameter
NameDescription
otherGetTableRequest

Properties

Name

public string Name { get; set; }

Required. The unique name of the requested table. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Property Value
TypeDescription
String

TableName

public TableName TableName { get; set; }

Google.Cloud.Bigtable.Common.V2.TableName-typed view over the Name resource name property.

Property Value
TypeDescription
Google.Cloud.Bigtable.Common.V2.TableName

View

public Table.Types.View View { get; set; }

The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.

Property Value
TypeDescription
Table.Types.View