Back to Node Auth0

Interface GetJobSummary

docs/interfaces/management.Management.GetJobSummary.html

5.9.1998 B
Original Source

Interface GetJobSummary

Job execution summary.

interface GetJobSummary {
failed?: number;
updated?: number;
inserted?: number;
total?: number;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

failed?updated?inserted?total?

Properties

Optionalfailed

failed?: number

Number of failed operations.

Optionalupdated

updated?: number

Number of updated records.

Optionalinserted

inserted?: number

Number of inserted records.

Optionaltotal

total?: number

Total number of operations.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties failedupdatedinsertedtotal