PrimingJob interface
A priming job instance.
Properties
| priming |
The job details or error information if any. |
| priming |
The unique identifier of the priming job. |
| priming |
The priming job name. |
| priming |
The current progress of the priming job, as a percentage. |
| priming |
The state of the priming operation. |
| priming |
The status code of the priming job. |
| priming |
The URL for the priming manifest file to download. This file must be readable from the HPC Cache. When the file is in Azure blob storage the URL should include a Shared Access Signature (SAS) granting read permissions on the blob. |
Property Details
primingJobDetails
The job details or error information if any.
primingJobDetails?: string
Property Value
string
primingJobId
The unique identifier of the priming job.
primingJobId?: string
Property Value
string
primingJobName
The priming job name.
primingJobName: string
Property Value
string
primingJobPercentComplete
The current progress of the priming job, as a percentage.
primingJobPercentComplete?: number
Property Value
number
primingJobState
The state of the priming operation.
primingJobState?: string
Property Value
string
primingJobStatus
The status code of the priming job.
primingJobStatus?: string
Property Value
string
primingManifestUrl
The URL for the priming manifest file to download. This file must be readable from the HPC Cache. When the file is in Azure blob storage the URL should include a Shared Access Signature (SAS) granting read permissions on the blob.
primingManifestUrl: string
Property Value
string