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

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

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

Metadata type for the operation returned by [CreateInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstancePartition].

Inheritance

object > CreateInstancePartitionMetadata

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

CreateInstancePartitionMetadata()

public CreateInstancePartitionMetadata()

CreateInstancePartitionMetadata(CreateInstancePartitionMetadata)

public CreateInstancePartitionMetadata(CreateInstancePartitionMetadata other)
Parameter
NameDescription
otherCreateInstancePartitionMetadata

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
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

The time at which this operation failed or was completed successfully.

Property Value
TypeDescription
Timestamp

InstancePartition

public InstancePartition InstancePartition { get; set; }

The instance partition being created.

Property Value
TypeDescription
InstancePartition

StartTime

public Timestamp StartTime { get; set; }

The time at which the [CreateInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstancePartition] request was received.

Property Value
TypeDescription
Timestamp