Google Cloud Spanner Database Administration v1 API - Class AddSplitPointsRequest (5.0.0-beta06)

public sealed class AddSplitPointsRequest : IMessage<AddSplitPointsRequest>, IEquatable<AddSplitPointsRequest>, IDeepCloneable<AddSplitPointsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class AddSplitPointsRequest.

The request for [AddSplitPoints][google.spanner.admin.database.v1.DatabaseAdmin.AddSplitPoints].

Inheritance

object > AddSplitPointsRequest

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.dll

Constructors

AddSplitPointsRequest()

public AddSplitPointsRequest()

AddSplitPointsRequest(AddSplitPointsRequest)

public AddSplitPointsRequest(AddSplitPointsRequest other)
Parameter
Name Description
other AddSplitPointsRequest

Properties

Database

public string Database { get; set; }

Required. The database on whose tables/indexes split points are to be added. Values are of the form projects/<project>/instances/<instance>/databases/<database>.

Property Value
Type Description
string

DatabaseAsDatabaseName

public DatabaseName DatabaseAsDatabaseName { get; set; }

Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Database resource name property.

Property Value
Type Description
Google.Cloud.Spanner.Common.V1.DatabaseName

Initiator

public string Initiator { get; set; }

Optional. A user-supplied tag associated with the split points. For example, "intital_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.

Property Value
Type Description
string

SplitPoints

public RepeatedField<SplitPoints> SplitPoints { get; }

Required. The split points to add.

Property Value
Type Description
RepeatedFieldSplitPoints