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

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

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

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

Inheritance

object > CreateInstancePartitionRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

CreateInstancePartitionRequest()

public CreateInstancePartitionRequest()

CreateInstancePartitionRequest(CreateInstancePartitionRequest)

public CreateInstancePartitionRequest(CreateInstancePartitionRequest other)
Parameter
NameDescription
otherCreateInstancePartitionRequest

Properties

InstancePartition

public InstancePartition InstancePartition { get; set; }

Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>.

Property Value
TypeDescription
InstancePartition

InstancePartitionId

public string InstancePartitionId { get; set; }

Required. The ID of the instance partition to create. Valid identifiers are of the form [a-z][-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>.

Property Value
TypeDescription
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

Google.Cloud.Spanner.Common.V1.InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Cloud.Spanner.Common.V1.InstanceName