Enum ProjectsResource.InstancesResource.MaterializedViewsResource.GetRequest.ViewEnum
Optional. Describes which of the materialized view's fields should be populated in the response. Defaults to SCHEMA_VIEW.
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.MaterializedViewsResource.GetRequest.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. |