public sealed class UpdateInstancePartitionMetadata : IMessage<UpdateInstancePartitionMetadata>, IEquatable<UpdateInstancePartitionMetadata>, IDeepCloneable<UpdateInstancePartitionMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class UpdateInstancePartitionMetadata.
Metadata type for the operation returned by [UpdateInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstancePartition].
Implements
IMessageUpdateInstancePartitionMetadata, IEquatableUpdateInstancePartitionMetadata, IDeepCloneableUpdateInstancePartitionMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
UpdateInstancePartitionMetadata()
public UpdateInstancePartitionMetadata()UpdateInstancePartitionMetadata(UpdateInstancePartitionMetadata)
public UpdateInstancePartitionMetadata(UpdateInstancePartitionMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInstancePartitionMetadata |
Properties
CancelTime
public Timestamp CancelTime { get; set; }The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }The time at which this operation failed or was completed successfully.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
InstancePartition
public InstancePartition InstancePartition { get; set; }The desired end state of the update.
| Property Value | |
|---|---|
| Type | Description |
InstancePartition |
|
StartTime
public Timestamp StartTime { get; set; }The time at which [UpdateInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstancePartition] request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|