videosphere
    Preparing search index...

    Interface GetUploadJobsWithPlatformUploadsOptions

    interface GetUploadJobsWithPlatformUploadsOptions {
        pageSize?: number;
        maxRows?: number;
    }
    Index

    Properties

    Properties

    pageSize?: number

    Forwarded to listUploadJobsByUser pageSize.

    maxRows?: number

    Max upload job rows to load. Defaults to 1000 (same as listUploadJobsByUser). Full-history callers (e.g. dashboard upload history) should pass Number.POSITIVE_INFINITY so meta.total and pagination are not silently truncated.