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

    Interface BatchExportResult

    interface BatchExportResult {
        outputPath: string;
        format: BatchExportFormat;
        exportedRecords: number;
        truncated: boolean;
    }
    Index

    Properties

    outputPath: string
    exportedRecords: number
    truncated: boolean