|
SparkseePython3 6.1.0
|
Provides information about the progress of an TypeExproter instance. More...
Public Member Functions | |
| get_type_id (self) | |
| Gets the type identifier. | |
| get_total (self) | |
| Gets the total number of objects exported. | |
| get_count (self) | |
| Gets the current number of objects exported. | |
| is_last (self) | |
| Gets if this is the last event or not. | |
Provides information about the progress of an TypeExproter instance.
Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.
| sparksee.TypeExporterEvent.get_count | ( | self | ) |
Gets the current number of objects exported.
| sparksee.TypeExporterEvent.get_total | ( | self | ) |
Gets the total number of objects exported.
| sparksee.TypeExporterEvent.get_type_id | ( | self | ) |
Gets the type identifier.
| sparksee.TypeExporterEvent.is_last | ( | self | ) |
Gets if this is the last event or not.