Google Cloud Spanner Instance Administration v1 API - Class DeleteInstancePartitionRequest (5.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class DeleteInstancePartitionRequest.

The request for [DeleteInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstancePartition].

Inheritance

object > DeleteInstancePartitionRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

DeleteInstancePartitionRequest()

public DeleteInstancePartitionRequest()

DeleteInstancePartitionRequest(DeleteInstancePartitionRequest)

public DeleteInstancePartitionRequest(DeleteInstancePartitionRequest other)
Parameter
NameDescription
otherDeleteInstancePartitionRequest

Properties

Etag

public string Etag { get; set; }

Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition.

Property Value
TypeDescription
string

InstancePartitionName

public InstancePartitionName InstancePartitionName { get; set; }

InstancePartitionName-typed view over the Name resource name property.

Property Value
TypeDescription
InstancePartitionName

Name

public string Name { get; set; }

Required. The name of the instance partition to be deleted. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}

Property Value
TypeDescription
string