Required. The name by which the new table should be referred to within the parent instance, e.g., foobar rather than {parent}/tables/foobar. Maximum 50 characters.
The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions). Given two split keys, s1 and s2, three tablets will be created, spanning the key ranges: [, s1), [s1, s2), [s2, ).
[[["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 2024-12-16 UTC."],[[["This endpoint creates a new table within a specified Bigtable instance, as defined by the `parent` parameter in the URL."],["The request requires the `tableId` and `table` fields, which specify the new table's name and structure, respectively."],["You can optionally define `initialSplits` in the request body to pre-split the table into multiple tablets using specific row keys."],["Successful table creation returns a representation of the new `Table` instance in the response body."],["Authorization for this request requires specific IAM permissions, such as `bigtable.tables.create`, along with appropriate OAuth scopes."]]],[]]