Show / Hide Table of Contents

Class CreateMaterializedViewRequest

Request message for BigtableInstanceAdmin.CreateMaterializedView.

Inheritance
object
CreateMaterializedViewRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX