RunCheckpointedExportOptions
此内容尚不支持你的语言。
Defined in: checkpoint.ts:104
Properties
Section titled “Properties”contentId
Section titled “contentId”
readonlycontentId:string
Defined in: checkpoint.ts:106
readonlykey:string
Defined in: checkpoint.ts:105
now()?
Section titled “now()?”
readonlyoptionalnow: () =>number
Defined in: checkpoint.ts:116
Returns
Section titled “Returns”number
onProgress()?
Section titled “onProgress()?”
readonlyoptionalonProgress: (completedUnits,totalUnits) =>void
Defined in: checkpoint.ts:117
Parameters
Section titled “Parameters”completedUnits
Section titled “completedUnits”number
totalUnits
Section titled “totalUnits”number
Returns
Section titled “Returns”void
processUnit()
Section titled “processUnit()”
readonlyprocessUnit: (unitIndex,checkpoint,signal?) =>Promise<CheckpointedExportUnitResult>
Defined in: checkpoint.ts:110
Parameters
Section titled “Parameters”unitIndex
Section titled “unitIndex”number
checkpoint
Section titled “checkpoint”ExportCheckpoint | undefined
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<CheckpointedExportUnitResult>
profileId
Section titled “profileId”
readonlyprofileId:ExportProfileId
Defined in: checkpoint.ts:107
signal?
Section titled “signal?”
readonlyoptionalsignal:AbortSignal
Defined in: checkpoint.ts:115
readonlystore:ExportCheckpointStore
Defined in: checkpoint.ts:109
totalUnits
Section titled “totalUnits”
readonlytotalUnits:number
Defined in: checkpoint.ts:108