GetFilesCursorHandlerData: {
    cursor?: string | null;
    pageSize?: number | null;
    trDataset: string;
}

Type declaration

  • Optionalcursor?: string | null

    The cursor to fetch files from. If not specified, will fetch from the beginning. File ids are compared to the cursor using a greater than or equal to.

  • OptionalpageSize?: number | null

    The page size of files you wish to fetch. Defaults to 10.

  • trDataset: string

    The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

MMNEPVFCICPMFPCPTTAAATR