Google Cloud Bigtable Administration v2 API - Class GetMaterializedViewRequest (3.25.0)

public sealed class GetMaterializedViewRequest : IMessage<GetMaterializedViewRequest>, IEquatable<GetMaterializedViewRequest>, IDeepCloneable<GetMaterializedViewRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetMaterializedViewRequest.

Request message for BigtableInstanceAdmin.GetMaterializedView.

Inheritance

object > GetMaterializedViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

GetMaterializedViewRequest()

public GetMaterializedViewRequest()

GetMaterializedViewRequest(GetMaterializedViewRequest)

public GetMaterializedViewRequest(GetMaterializedViewRequest other)
Parameter
Name Description
other GetMaterializedViewRequest

Properties

MaterializedViewName

public MaterializedViewName MaterializedViewName { get; set; }

MaterializedViewName-typed view over the Name resource name property.

Property Value
Type Description
MaterializedViewName

Name

public string Name { get; set; }

Required. The unique name of the requested materialized view. Values are of the form projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

Property Value
Type Description
string