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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 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."]]],[]]