Class CreateTableRequest.Types.Split (2.4.0)

public sealed class Split : IMessage<CreateTableRequest.Types.Split>, IEquatable<CreateTableRequest.Types.Split>, IDeepCloneable<CreateTableRequest.Types.Split>, IBufferMessage, IMessage

An initial split point for a newly created table.

Inheritance

Object > CreateTableRequest.Types.Split

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

Split()

public Split()

Split(CreateTableRequest.Types.Split)

public Split(CreateTableRequest.Types.Split other)
Parameter
NameDescription
otherCreateTableRequest.Types.Split

Properties

Key

public ByteString Key { get; set; }

Row key to use as an initial tablet boundary.

Property Value
TypeDescription
ByteString