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."],[[["This webpage details the `Split` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the .NET environment."],["The `Split` class is used to define an initial split point for a newly created Bigtable table and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides access to documentation for versions ranging from 2.4.0 to the latest 3.24.0, showcasing the history of `Split` within `CreateTableRequest.Types`."],["The class has a `Key` property of type `ByteString`, which is used to specify the row key to be used as an initial tablet boundary."],["The page contains information about the class constructors, namely `Split()` and `Split(CreateTableRequest.Types.Split other)`, as well as the inherited methods of `Object` it uses."]]],[]]