MySqlDumpProgressEventArgs Class Members
In This Topic
The following tables list the members exposed by MySqlDumpProgressEventArgs.
Public Properties
| Name | Description |
| MaxProgress | Gets quantity of rows in table that is being dumped or total quantity of statements in a script. |
| ObjectCount | Gets how many objects MySqlDump has to backup. |
| ObjectName | Gets name of current object being dumped. |
| ObjectNumber | Gets number of current object being dumped. |
| ObjectType | Gets type of current object being dumped. |
| Progress | Gets quantity of dumped rows in current table or number of current statement in a script. |
Top
See Also