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 webpage details the `Split` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the `CreateTableRequest.Types` structure."],["The `Split` class represents an initial split point for a newly created table, designed to set initial tablet boundaries."],["The latest version documented is 3.24.0, and it includes documentation for versions going back to 2.4.0."],["The `Split` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling operations like deep cloning and message handling."],["The `Key` property of the `Split` class uses a `ByteString` to define the row key that serves as the tablet boundary, and it also contains information regarding the constructors."]]],[]]