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

Properties

finishedAt?: string
loadHost: string
startedAt: string