public sealed class CreateTableRequest.Types.Split : IMessage<CreateTableRequest.Types.Split>, IEquatable<CreateTableRequest.Types.Split>, IDeepCloneable<CreateTableRequest.Types.Split>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateTableRequest.Types.Split.
[[["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."],[[["The content provides documentation for the `CreateTableRequest.Types.Split` class within the Google Cloud Bigtable Administration v2 API, specifically in the .NET context."],["This class is used to define an initial split point for a newly created table in Google Cloud Bigtable."],["The documentation covers multiple versions of the API, ranging from version 2.4.0 to the latest 3.24.0, allowing for specific version references to the class."],["The `Split` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `Split()` and `Split(Split)` for copying an existing `Split` instance, and a `Key` property of type `ByteString`, allowing a user to define a row key as an initial boundary."]]],[]]