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 various versions of the `CreateTableRequest.Types.Split` class, ranging from version 2.4.0 to 3.24.0, with 3.24.0 being the latest."],["`CreateTableRequest.Types.Split` is a class used to define an initial split point when creating a new table."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide various functionalities."],["The `Split` class has two constructors: a default constructor and one that takes another `CreateTableRequest.Types.Split` instance as a parameter."],["The class also contains a 'Key' property of type `ByteString`, which represents the row key to be utilized as the initial tablet boundary."]]],[]]