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."],[[["This webpage provides documentation for the `CreateTableRequest.Types.Split` class within the Google Cloud Bigtable Administration v2 API, specifically within the .NET framework."],["The class `CreateTableRequest.Types.Split` is used to define an initial split point when creating a new table, allowing for defining the initial tablet boundary using the row key."],["The latest version documented is 3.24.0, and the content details all the available versions of the `CreateTableRequest.Types.Split` class, ranging from version 3.24.0 to 2.4.0."],["The `Split` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, meaning it can be used to send messages, compare objects, create deep clones, and is a buffer message."],["The class offers two constructors: a default `Split()` constructor, and another `Split(CreateTableRequest.Types.Split other)` constructor used to instantiate a new `Split` object using an already existing one."]]],[]]