Describes the status of an ImportContainer by the number of resources in each Processing State. Can be used to monitor the import progress per Import Container.

interface ImportSummary {
    states: OperationStates;
    total: number;
}

Properties

Properties

The import status of an ImportContainer given by the number of resources in each Processing State.

total: number

The total number of ImportOperations received for this Import Summary.