public sealed class Split : IMessage<CreateTableRequest.Types.Split>, IEquatable<CreateTableRequest.Types.Split>, IDeepCloneable<CreateTableRequest.Types.Split>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateTableRequest.Types.Split.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage provides documentation for the `CreateTableRequest.Types.Split` class within the Google Cloud Bigtable Admin v2 API, specifically version 3.3.0 and earlier versions all the way down to 2.4.0."],["The `CreateTableRequest.Types.Split` class is used to define initial split points for newly created tables in Google Cloud Bigtable, which can be useful when defining boundaries."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `Object` class."],["It offers two constructors: a default `Split()` constructor and another `Split(CreateTableRequest.Types.Split other)` constructor for creating a new split based on an existing one."],["The `Key` property, of type `ByteString`, represents the row key that serves as an initial tablet boundary within the table."]]],[]]