@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ListFilesStorageOptions

    Options for listing files

    interface ListFilesStorageOptions {
        path?: string;
        contentType?: string;
        limit?: number;
        cursor?: string;
    }
    Index

    Properties

    path?: string

    Path/folder to list

    contentType?: string

    Filter by content type

    limit?: number

    Limit results

    cursor?: string

    Pagination cursor