Type Alias RequestLoadInfoV2

An object that describes the state of a generated Analytics Application's data load operation. In request objects that include this object as an optional property, the property will be missing for multiple generation requests (see their sub-requests for their data load information) or for single and singlesub requests that have not yet reached their loading phase.

type RequestLoadInfoV2 = {
    finishedAt?: string;
    loadHost: string;
    startedAt: string;
    status?: odagLinks.DataLoadStatus;
}
Index
finishedAt?: string
loadHost: string

The engine host name used to perform the data load operation for this request. This property will be missing in multiple generation requests (see the loadHost field of their sub-requests) and will be an empty string on a single or singlesub request that has not yet reached the loading phase.

startedAt: string

The completion status of a completed Request.