FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface BatchExportOptions

    interface BatchExportOptions {
        format: BatchExportFormat;
        maxRecords: number;
        outputPath: string;
        pageSize?: number;
    }
    Index

    Properties

    maxRecords: number
    outputPath: string
    pageSize?: number