package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiBigqueryV2Model.JobStatistics2Source

Sourcetype t = {
  1. billingTier : int;
    (*

    [Output-only] Billing tier for the job.

    *)
  2. cacheHit : bool;
    (*

    [Output-only] Whether the query result was fetched from the query cache.

    *)
  3. queryPlan : ExplainQueryStage.t list;
    (*

    [Output-only, Experimental] Describes execution plan for the query as a list of stages.

    *)
  4. totalBytesBilled : int64;
    (*

    [Output-only] Total bytes billed for the job.

    *)
  5. totalBytesProcessed : int64;
    (*

    [Output-only] Total bytes processed for the job.

    *)
}
Sourceval billingTier : (t, int) GapiLens.t
Sourceval cacheHit : (t, bool) GapiLens.t
Sourceval queryPlan : (t, ExplainQueryStage.t list) GapiLens.t
Sourceval totalBytesBilled : (t, int64) GapiLens.t
Sourceval totalBytesProcessed : (t, int64) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t
OCaml

Innovation. Community. Security.