Class AddSplitPointsRequest
The request for AddSplitPoints.
Implements
Inherited Members
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,else will be 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> |