public sealed class Split : IMessage<CreateTableRequest.Types.Split>, IEquatable<CreateTableRequest.Types.Split>, IDeepCloneable<CreateTableRequest.Types.Split>, IBufferMessage, IMessage
[[["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."],[[["The content details the `CreateTableRequest.Types.Split` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which serves as an initial split point for new tables."],["Multiple versions of the documentation for `CreateTableRequest.Types.Split` are listed, ranging from version 2.4.0 to the latest version 3.24.0."],["The `Split` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Split` class has two constructors: a default constructor `Split()` and a copy constructor `Split(CreateTableRequest.Types.Split other)`."],["The `Split` class has one property named `Key`, which is of type `ByteString` and represents the row key used as an initial tablet boundary."]]],[]]