|
System::DateTime | Completed [get] |
| Gets the date and time at which the triggered export completed the export operation. More...
|
|
System::String^ | DataUri [get] |
| Gets the URI to the exported data. It will only be present if the exported data is completed and available for download. More...
|
|
System::Collections::Generic::List< ExportClip^ >^ | ExportClips [get] |
| Gets the clips associated with this export. More...
|
|
int | FileSizeKb [get] |
| Gets the file size of the exported data in kilobytes (kB). More...
|
|
Formats | Format [get] |
| Gets the format of the export data. More...
|
|
System::String^ | Id [get] |
| Gets the unique export identifier. More...
|
|
System::DateTime | Initiated [get] |
| Gets the date and time at which the Export was requested. More...
|
|
bool | IsProtected [get] |
| Gets a value indicating whether the export data is signed and encrypted. More...
|
|
System::String^ | Name [get] |
| Gets the friendly name of the export. More...
|
|
User^ | Owner [get] |
| Gets the user that has created this export, if any. More...
|
|
System::String^ | OwnerName [get] |
| Gets the name of the user that has created this export, if any. More...
|
|
float | PercentComplete [get] |
| Gets a value from 0 to 100. This specifies how close the export is to completion. 0 indicates that the export has not been triggered; 100 indicates that the export is complete. More...
|
|
int | SecondsRemaining [get] |
| Gets the estimated time remaining, in seconds, until the export is 100 percent complete. If the export is complete this value will be 0. More...
|
|
States | Status [get] |
| Gets the current status of the export. More...
|
|
The Export class represents an exported data set that is archived within the system.
Definition at line 15 of file Export.h.