|
|
Export Properties |
The Export type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Exporter | Gets or sets the name of the exporter (any Type that implements the IExporter interface) responsible for processing the export. |
|
|
Interval | Gets or sets the interval (in seconds) at which the Export is to be processed if its Type is Intervaled. |
|
|
LastProcessError | Gets or sets any Exception encountered when the Export was last processed. |
|
|
LastProcessResult | Gets or sets the ExportProcessResult of the Export when it was last processed. |
|
|
LastProcessTime | Gets or sets the Time it took to process the Export when it was last processed. |
|
|
LastProcessTimestamp | Gets or sets the DateTime of when the Export was last processed. |
|
|
Name | Gets or sets the name of the Export. |
|
|
Records | Gets the ExportRecords whose time-series data is to be exported by the Exporter. |
|
|
Settings | Gets the custom ExportSettings used by the Exporter of the Export. |
|
|
Type | Gets or sets the ExportType of the Export. |