tablePrefix property

String? tablePrefix
getter/setter pair

The table name prefix of the shards.

The name of any given shard is [table_prefix]YYYYMMDD. For example, for the MyTable20180101 shard, the table_prefix is MyTable.

Output only.

Implementation

core.String? tablePrefix;