A class with information that can be used by an exporter for exporting time-series data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class Export
<SerializableAttribute> _ Public Class Export
[SerializableAttribute] public ref class Export
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
Export()()() |
Initializes a new instance of the Export class.
| |
Equals(Object) |
Determines whether the current Export object is equal to obj.
(Overrides Object.Equals(Object).) | |
Exporter |
Gets or sets the name of the exporter (any Type that implements the IExporter interface) responsible for processing the export.
| |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FindRecord(String, Int32) | ||
FindRecords(String) | ||
FindSetting(String) | ||
GetHashCode()()() |
Returns the hash code for the current Export object.
(Overrides Object.GetHashCode()()().) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
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.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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 | ||
ShouldProcess()()() | ||
ToString()()() | (Inherited from Object.) | |
Type |
Gets or sets the ExportType of the Export.
|
Inheritance Hierarchy
Object | |
Export |
See Also