CreateTableRequest class
Request message for google.bigtable.admin.v2.BigtableTableAdmin.CreateTable
Constructors
-
CreateTableRequest({List<
Split> ? initialSplits, Table? table, String? tableId}) - CreateTableRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
initialSplits
↔ List<
Split> ? -
The optional list of row keys that will be used to initially split the
table into several tablets (tablets are similar to HBase regions).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- table ↔ Table?
-
The Table to create.
getter/setter pair
- tableId ↔ String?
-
The name by which the new table should be referred to within the parent
instance, e.g.,
foobar
rather than{parent}/tables/foobar
.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited