PrimingJob interface
A priming job instance.
Properties
priming |
The job details or error information if any. NOTE: This property will not be serialized. It can only be populated by the server. |
priming |
The unique identifier of the priming job. NOTE: This property will not be serialized. It can only be populated by the server. |
priming |
The priming job name. |
priming |
The current progress of the priming job, as a percentage. NOTE: This property will not be serialized. It can only be populated by the server. |
priming |
The state of the priming operation. NOTE: This property will not be serialized. It can only be populated by the server. |
priming |
The status code of the priming job. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
primingJobDetails?: string
Property Value
string
primingJobId
The unique identifier of the priming job. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
primingJobPercentComplete?: number
Property Value
number
primingJobState
The state of the priming operation. NOTE: This property will not be serialized. It can only be populated by the server.
primingJobState?: string
Property Value
string
primingJobStatus
The status code of the priming job. NOTE: This property will not be serialized. It can only be populated by the server.
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