Unit 'googlebigquery' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TExplainQueryStage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: googlebigquery.pp line 451

type TExplainQueryStage = class(TGoogleBaseObject)

protected

  procedure SetcomputeRatioAvg(); virtual;

  

  procedure SetcomputeRatioMax(); virtual;

  

  procedure Setid(); virtual;

  

  procedure Setname(); virtual;

  

  procedure SetreadRatioAvg(); virtual;

  

  procedure SetreadRatioMax(); virtual;

  

  procedure SetrecordsRead(); virtual;

  

  procedure SetrecordsWritten(); virtual;

  

  procedure Setsteps(); virtual;

  

  procedure SetwaitRatioAvg(); virtual;

  

  procedure SetwaitRatioMax(); virtual;

  

  procedure SetwriteRatioAvg(); virtual;

  

  procedure SetwriteRatioMax(); virtual;

  

published

  property computeRatioAvg: Double; [rw]

  

  property computeRatioMax: Double; [rw]

  

  property id: string; [rw]

  

  property name: string; [rw]

  

  property readRatioAvg: Double; [rw]

  

  property readRatioMax: Double; [rw]

  

  property recordsRead: string; [rw]

  

  property recordsWritten: string; [rw]

  

  property steps: TExplainQueryStageTypestepsArray; [rw]

  

  property waitRatioAvg: Double; [rw]

  

  property waitRatioMax: Double; [rw]

  

  property writeRatioAvg: Double; [rw]

  

  property writeRatioMax: Double; [rw]

  

end;

Inheritance

TExplainQueryStage

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio