Show / Hide Table of Contents

Class UpdateInstancePartitionRequest

The request for UpdateInstancePartition.

Inheritance
object
UpdateInstancePartitionRequest
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 UpdateInstancePartitionRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldMask

Required. A mask specifying which fields in InstancePartition should be updated. The field mask must always be specified; this prevents any future fields in InstancePartition from being erased accidentally by clients that do not know about them.

Declaration
[JsonProperty("fieldMask")]
public virtual object FieldMask { get; set; }
Property Value
Type Description
object

InstancePartition

Required. The instance partition to update, which must always include the instance partition name. Otherwise, only fields mentioned in field_mask need be included.

Declaration
[JsonProperty("instancePartition")]
public virtual InstancePartition InstancePartition { get; set; }
Property Value
Type Description
InstancePartition

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX