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."],[[["This webpage details the `Split` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for creating initial split points for new tables, with the latest version being 3.24.0."],["The `Split` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The `Split` class has two constructors: a default constructor `Split()` and another `Split(CreateTableRequest.Types.Split other)` that allows for the creation of a new split instance from an existing one."],["The key property within the Split class is `Key`, which is a `ByteString` that represents the row key to be used as an initial tablet boundary when creating a new table."],["The page provides documentation and links for 25 versions of the Split class, ranging from version 2.4.0 to 3.24.0, offering a comprehensive history of changes and features."]]],[]]