Show / Hide Table of Contents

Class AddSplitPointsRequest

The request for AddSplitPoints.

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

Properties

ETag

The ETag of the item.

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

Initiator

Optional. A user-supplied tag associated with the split points. For example, "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified. The length of the tag must not exceed 50 characters, or else it is trimmed. Only valid UTF8 characters are allowed.

Declaration
[JsonProperty("initiator")]
public virtual string Initiator { get; set; }
Property Value
Type Description
string

SplitPoints

Required. The split points to add.

Declaration
[JsonProperty("splitPoints")]
public virtual IList<SplitPoints> SplitPoints { get; set; }
Property Value
Type Description
IList<SplitPoints>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX