@aws-sdk/client-lakeformation

PlanningStatistics Interface

Statistics related to the processing of a query statement.

Members

Name
Type
Details
EstimatedDataToScanBytes number | undefined

An estimate of the data that was scanned in bytes.

PlanningTimeMillis number | undefined

The time that it took to process the request.

QueueTimeMillis number | undefined

The time the request was in queue to be processed.

WorkUnitsGeneratedCount number | undefined

The number of work units generated.

Full Signature

export interface PlanningStatistics