Enum ProjectsResource.InstancesResource.TablesResource.ListRequest.ViewEnum
The view to be applied to the returned tables' fields. Only NAME_ONLY view (default), REPLICATION_VIEW and ENCRYPTION_VIEW are supported.
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.TablesResource.ListRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| ENCRYPTIONVIEW | Only populates |
| FULL | Populates all fields except for stats. See STATS_VIEW to request stats. |
| NAMEONLY | Only populates |
| REPLICATIONVIEW | Only populates |
| SCHEMAVIEW | Only populates |
| STATSVIEW | Only populates |
| VIEWUNSPECIFIED | Uses the default view for each method as documented in its request. |