Show / Hide Table of Contents

Class CreateInstancePartitionRequest

The request for CreateInstancePartition.

Inheritance
object
CreateInstancePartitionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX