Interface KeplerProjectionMetricsExperimental

interface KeplerProjectionMetrics {
    cells: number;
    estimatedRowBytes: number;
    fields: number;
    geoJsonBytes: number;
    rows: number;
}

Properties

cells: number
estimatedRowBytes: number

Approximate retained bytes for the emitted rows, used for the memory budget.

fields: number
geoJsonBytes: number

Serialized GeoJSON bytes. 0 on every direct path.

rows: number