Interface UpdateJobRetriesRequest

interface UpdateJobRetriesRequest {
    jobKey: string;
    operationReference?: string;
    retries: number;
}

Properties

jobKey: string
operationReference?: string

a reference key chosen by the user and will be part of all records resulted from this operation

retries: number

Generated using TypeDoc