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

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

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

Request message for BigtableInstanceAdmin.DeleteMaterializedView.

Inheritance

object > DeleteMaterializedViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

DeleteMaterializedViewRequest()

public DeleteMaterializedViewRequest()

DeleteMaterializedViewRequest(DeleteMaterializedViewRequest)

public DeleteMaterializedViewRequest(DeleteMaterializedViewRequest other)
Parameter
Name Description
other DeleteMaterializedViewRequest

Properties

Etag

public string Etag { get; set; }

Optional. The current etag of the materialized view. If an etag is provided and does not match the current etag of the materialized view, deletion will be blocked and an ABORTED error will be returned.

Property Value
Type Description
string

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 materialized view to be deleted. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

Property Value
Type Description
string