queryCostTO Data Type

Instantiates a new query cost.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
costType queryCostType element 0/1 Normalized query cost, calculated by driver
estimatedExecTimeMillis long element 0/1 The estimated exec time millis.
estimatedResourceUsage double element 0/1 The estimated resource usage.

Example

<queryCostTO>
  <estimatedExecTimeMillis>...</estimatedExecTimeMillis>
  <estimatedResourceUsage>...</estimatedResourceUsage>
  <costType>...</costType>
</queryCostTO>