@marcelkloubert/appwrite-sdk
    Preparing search index...

    Interface QueryAppwriteProjectDatabaseCollectionOptions

    Options for AppwriteProjectDatabaseCollection.query() method.

    interface QueryAppwriteProjectDatabaseCollectionOptions {
        itemsPerPage?: null | number;
        offset?: null | number;
        queries: null | Iterable<string, any, any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    itemsPerPage?: null | number

    Items per page.

    25
    
    offset?: null | number

    The zero based offet.

    queries: null | Iterable<string, any, any>

    The queries to use.