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

TJobStatistics2

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

Declaration

Source position: googlebigquery.pp line 1066

type TJobStatistics2 = class(TGoogleBaseObject)

protected

  procedure SetbillingTier(); virtual;

  

  procedure SetcacheHit(); virtual;

  

  procedure SetqueryPlan(); virtual;

  

  procedure SetreferencedTables(); virtual;

  

  procedure Setschema(); virtual;

  

  procedure SettotalBytesBilled(); virtual;

  

  procedure SettotalBytesProcessed(); virtual;

  

published

  property billingTier: Integer; [rw]

  

  property cacheHit: Boolean; [rw]

  

  property queryPlan: TJobStatistics2TypequeryPlanArray; [rw]

  

  property referencedTables: TJobStatistics2TypereferencedTablesArray; [rw]

  

  property schema: TTableSchema; [rw]

  

  property totalBytesBilled: string; [rw]

  

  property totalBytesProcessed: string; [rw]

  

end;

Inheritance

TJobStatistics2

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio