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].
Implements
IMessageDeleteInstancePartitionRequest, IEquatableDeleteInstancePartitionRequest, IDeepCloneableDeleteInstancePartitionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
DeleteInstancePartitionRequest()
public DeleteInstancePartitionRequest()
DeleteInstancePartitionRequest(DeleteInstancePartitionRequest)
public DeleteInstancePartitionRequest(DeleteInstancePartitionRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteInstancePartitionRequest |
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 | |
---|---|
Type | Description |
string |
InstancePartitionName
public InstancePartitionName InstancePartitionName { get; set; }
InstancePartitionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |