@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias OffsetPagination

    Offset-based pagination

    type OffsetPagination = {
        from?: number;
        limit?: number;
    }
    Index

    Properties

    Properties

    from?: number

    The index of items to start searching from.

    limit?: number

    The maximum number of items to return in one request.