Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 7.86 KB

Build.md

File metadata and controls

20 lines (16 loc) · 7.86 KB

Build

A build represents a game server artifact and its associated metadata.

Fields

Field Type Required Description Example
appId String ✔️ System generated unique identifier for an application. app-af469a92-5b45-4565-b3c4-b79878de67d2
buildId int ✔️ System generated id for a build. Increments by 1. 1
buildTag JsonNullable<String> N/A 0.1.14-14c793
createdAt OffsetDateTime ✔️ When CreateBuild() is called.
createdBy String ✔️ N/A [email protected]
deletedAt OffsetDateTime ✔️ When the build was deleted.
finishedAt OffsetDateTime ✔️ When RunBuild() finished executing.
imageSize long ✔️ The size (in bytes) of the Docker image built by Hathora.
regionalContainerTags List<RegionalContainerTags> ✔️ : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.
startedAt OffsetDateTime ✔️ When RunBuild() is called.
status BuildStatus ✔️ N/A