status property
The current status of a particular file in the specified version.
The value will be either pending upload
or uploaded
.
Output only. Possible string values are:
- "STATUS_UNSPECIFIED" : The default status; should not be intentionally used.
- "EXPECTED" : The file has been included in the version and is expected to be uploaded in the near future.
- "ACTIVE" : The file has already been uploaded to Firebase Hosting.
Implementation
core.String? status;