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]
Implements
IMessage<GetTableRequest>, IEquatable<GetTableRequest>, IDeepCloneable<GetTableRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
GetTableRequest()
public GetTableRequest()
GetTableRequest(GetTableRequest)
public GetTableRequest(GetTableRequest other)
Parameter | |
---|---|
Name | Description |
other | GetTableRequest |
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 | |
---|---|
Type | Description |
String |
TableName
public TableName TableName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Table.Types.View |