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].
Implements
IMessageCreateInstancePartitionRequest, IEquatableCreateInstancePartitionRequest, IDeepCloneableCreateInstancePartitionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
CreateInstancePartitionRequest()
public CreateInstancePartitionRequest()
CreateInstancePartitionRequest(CreateInstancePartitionRequest)
public CreateInstancePartitionRequest(CreateInstancePartitionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateInstancePartitionRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
Google.Cloud.Spanner.Common.V1.InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
Google.Cloud.Spanner.Common.V1.InstanceName |