Show / Hide Table of Contents

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 name and fields related to the table's encryption state.

FULL

Populates all fields except for stats. See STATS_VIEW to request stats.

NAMEONLY

Only populates name.

REPLICATIONVIEW

Only populates name and fields related to the table's replication state.

SCHEMAVIEW

Only populates name and fields related to the table's schema.

STATSVIEW

Only populates name and fields related to the table's stats (e.g. TableStats and ColumnFamilyStats).

VIEWUNSPECIFIED

Uses the default view for each method as documented in its request.

In This Article
Back to top Generated by DocFX