Transaction BackupTable
Authentication mode: Checked (known user, must have the privilege)
Database access mode: reading
This transaction is used to get data from the database during a backup.
Inputs:
- table: string
The name of the table to be backed up.
- minkey: int
First integer element to back up.
- maxkey: int
Last integer element to back up.
- keylist: List:string
List of string keys to back up.
Outputs:
- backup: string
Contains the structured backup data.