[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledataflow.pp line 623
type TWorkerSettings = class(TGoogleBaseObject) |
protected |
procedure SetbaseUrl(); virtual; |
procedure SetreportingEnabled(); virtual; |
procedure SetservicePath(); virtual; |
procedure SetshuffleServicePath(); virtual; |
procedure SetworkerId(); virtual; |
procedure SettempStoragePrefix(); virtual; |
published |
property baseUrl: string; [rw] |
property reportingEnabled: Boolean; [rw] |
property servicePath: string; [rw] |
property shuffleServicePath: string; [rw] |
property workerId: string; [rw] |
property tempStoragePrefix: string; [rw] |
end; |
| |
| |
TObject |