Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefreshDetails

Package version

Fields for tracking refresh job on the share.

Hierarchy

  • RefreshDetails

Index

Properties

Optional errorManifestFile

errorManifestFile: undefined | string

Indicates the relative path of the error xml for the last refresh job on this particular share, if any. This could be a failed job or a successful job.

Optional inProgressRefreshJobId

inProgressRefreshJobId: undefined | string

If a refresh share job is currently in progress on this share, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress.

Optional lastCompletedRefreshJobTimeInUTC

lastCompletedRefreshJobTimeInUTC: Date

Indicates the completed time for the last refresh job on this particular share, if any.This could be a failed job or a successful job.

Optional lastJob

lastJob: undefined | string

Indicates the id of the last refresh job on this particular share,if any. This could be a failed job or a successful job.

Generated using TypeDoc