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 Admin v2 API, specifically within the .NET context."],["The class `CreateTableRequest.Types.Split` is used to define an initial split point for creating a new table in Google Cloud Bigtable."],["The documentation covers versions of the API from 2.4.0 up to the latest version, 3.24.0, and includes links to the documentation for each version."],["`CreateTableRequest.Types.Split` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message structures, comparisons, cloning, and buffer management."],["The class includes a `Key` property of type `ByteString`, which is used to specify the row key that will serve as an initial tablet boundary during table creation."]]],[]]