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 `Split` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 3.2.0 of the .NET library."],["This `Split` class is used to define an initial split point for creating a new table, utilizing the `CreateTableRequest.Types.Split` type."],["The `Split` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and cloning."],["It provides a `Key` property of type `ByteString`, which is used to designate the row key that will function as the boundary for an initial tablet split."],["The latest version covered in this content is 3.24.0, and the content provides links to documentation for many past versions."]]],[]]