Typescript SDK Type Docs
    Preparing search index...

    Interface ImportSummary

    The current status of ImportOperations in an ImportContainer.

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

    Properties

    Properties

    The current ProcessingStates of ImportOperations in an ImportContainer.

    total: number

    The total number of ImportOperations in states.