Typescript SDK Type Docs
    Preparing search index...

    Interface ImportOperationPagedResponse

    PagedQueryResult for Import Operations.

    interface ImportOperationPagedResponse {
        count: number;
        limit: number;
        offset: number;
        results: ImportOperation[];
        total: number;
    }
    Index

    Properties

    count: number

    The actual number of results returned.

    limit: number

    Number of results requested.

    offset: number

    Number of elements skipped.

    results: ImportOperation[]

    The array of Import Operations matching the query.

    total: number

    The total number of import operations matching the query.