database property

String? database
getter/setter pair

The database name.

This will be required only if the object uses a database name as part of its unique identifier.

Optional.

Implementation

core.String? database;