Show / Hide Table of Contents

Enum ProjectsResource.InstancesResource.MaterializedViewsResource.ListRequest.ViewEnum

Optional. Describes which of the materialized view's fields should be populated in the response. For now, only the default value SCHEMA_VIEW is supported.

Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.MaterializedViewsResource.ListRequest.ViewEnum

Fields

Name Description
FULL

Populates all fields.

REPLICATIONVIEW

Only populates fields related to the materialized view's replication state.

SCHEMAVIEW

Only populates fields related to the materialized view's schema.

VIEWUNSPECIFIED

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

In this article
Back to top Generated by DocFX