Interface ReadJsonOptions

interface ReadJsonOptions {
    batchSize: number;
    format: "json" | "lines";
    inferSchemaLength: null | number;
}

Properties

batchSize: number
format: "json" | "lines"
inferSchemaLength: null | number