public sealed class GetTableRequest : IMessage<GetTableRequest>, IEquatable<GetTableRequest>, IDeepCloneable<GetTableRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetTableRequest.
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]
Implements
IMessageGetTableRequest, IEquatableGetTableRequest, IDeepCloneableGetTableRequest, 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 |
TableTypesView |
|