status property

DatastoreStatus? status
final

The status of a data store:

CREATING
The data store is being created.
ACTIVE
The data store has been created and can be used.
DELETING
The data store is being deleted.

Implementation

final DatastoreStatus? status;