Enum ProjectsResource.InstancesResource.TablesResource.GetRequest.ViewEnum
The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW
if unspecified.
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.TablesResource.GetRequest.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. |