SparkseePython
6.0.2
|
Provides information about the progress of an TypeExproter instance. More...
Public Member Functions | |
def | get_type_id (self) |
Gets the type identifier. More... | |
def | get_total (self) |
Gets the total number of objects exported. More... | |
def | get_count (self) |
Gets the current number of objects exported. More... | |
def | is_last (self) |
Gets if this is the last event or not. More... | |
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.
def sparksee.TypeExporterEvent.get_count | ( | self | ) |
Gets the current number of objects exported.
def sparksee.TypeExporterEvent.get_total | ( | self | ) |
Gets the total number of objects exported.
def sparksee.TypeExporterEvent.get_type_id | ( | self | ) |
Gets the type identifier.
def sparksee.TypeExporterEvent.is_last | ( | self | ) |
Gets if this is the last event or not.