PrimingJob interface

A priming job instance.

Properties

primingJobDetails

The job details or error information if any.

primingJobId

The unique identifier of the priming job.

primingJobName

The priming job name.

primingJobPercentComplete

The current progress of the priming job, as a percentage.

primingJobState

The state of the priming operation.

primingJobStatus

The status code of the priming job.

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.

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