Class CreateMaterializedViewRequest
Request message for BigtableInstanceAdmin.CreateMaterializedView.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class CreateMaterializedViewRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaterializedView
Required. The materialized view to create.
Declaration
[JsonProperty("materializedView")]
public virtual MaterializedView MaterializedView { get; set; }
Property Value
Type | Description |
---|---|
MaterializedView |
MaterializedViewId
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
Declaration
[JsonProperty("materializedViewId")]
public virtual string MaterializedViewId { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent instance where this materialized view will be created. Format:
projects/{project}/instances/{instance}
.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |