state property
The current state of the federation.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the metastore federation is unknown.
- "CREATING" : The metastore federation is in the process of being created.
- "ACTIVE" : The metastore federation is running and ready to serve queries.
- "UPDATING" : The metastore federation is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.
- "DELETING" : The metastore federation is undergoing deletion. It cannot be used.
- "ERROR" : The metastore federation has encountered an error and cannot be used. The metastore federation should be deleted.
Implementation
core.String? state;