tablePrefix property
The table name prefix of the shards.
The name of any given shard is [table_prefix]YYYYMMDD
, for example, for
shard MyTable20180101
, the table_prefix
is MyTable
.
Output only.
Implementation
core.String? tablePrefix;
The table name prefix of the shards.
The name of any given shard is [table_prefix]YYYYMMDD
, for example, for
shard MyTable20180101
, the table_prefix
is MyTable
.
Output only.
core.String? tablePrefix;