A build represents a game server artifact and its associated metadata.
Field | Type | Required | Description | Example |
---|---|---|---|---|
BuildId |
string | ✔️ | System generated id for a build. Can also be user defined when creating a build. | |
BuildTag |
string | ➖ | Tag to associate an external version with a build. It is accessible via GetBuildInfo() . |
0.1.14-14c793 |
ContentHash |
string | ➖ | N/A | |
CreatedAt |
DateTime | ✔️ | When CreateBuild() is called. |
|
CreatedBy |
string | ✔️ | N/A | [email protected] |
DeletedAt |
DateTime | ✔️ | When the build was deleted. | |
FinishedAt |
DateTime | ✔️ | When RunBuild() finished executing. |
|
ImageSize |
long | ✔️ | The size (in bytes) of the Docker image built by Hathora. | |
OrgId |
string | ✔️ | System generated unique identifier for an organization. Not guaranteed to have a specific format. | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
StartedAt |
DateTime | ✔️ | When RunBuild() is called. |
|
Status |
BuildStatus | ✔️ | N/A |