[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlebigquery.pp line 1060
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; |
| |
| |
TObject |