Version Response
A Version
is a configuration and a collection of static files which determine how a site is displayed.
Constructors
Properties
The configuration for the behavior of the site. This configuration exists in the firebase.json
file.
The time at which the version was created.
Identifies the user who created the version.
The time at which the version was DELETED
.
Identifies the user who DELETED
the version.
The time at which the version was FINALIZED
.
Identifies the user who FINALIZED
the version.
The deploy status of the version. For a successful deploy, call sites.versions/create to make a new version (CREATED
status), sites.versions/populateFiles to the version, then sites.versions/patch the version to the FINALIZED
status. Note that if you leave the version in the CREATED
state for more than 12 hours, the system will automatically mark the version as ABANDONED
. You can also change the status of a version to DELETED
by calling sites.versions/delete.
The total stored bytesize of the version. This value is calculated after a version is FINALIZED
.