Class CreateInstancePartitionRequest
The request for CreateInstancePartition.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class CreateInstancePartitionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstancePartition
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified
must be /instancePartitions/
.
Declaration
[JsonProperty("instancePartition")]
public virtual InstancePartition InstancePartition { get; set; }
Property Value
Type | Description |
---|---|
InstancePartition |
InstancePartitionId
Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9]
and
must be between 2 and 64 characters in length.
Declaration
[JsonProperty("instancePartitionId")]
public virtual string InstancePartitionId { get; set; }
Property Value
Type | Description |
---|---|
string |