Click or drag to resize

Export Properties

The Export type exposes the following members.

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