Export Class |
[SerializableAttribute] public class Export
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. |
Name | Description | |
---|---|---|
Equals |
Determines whether the current Export object is equal to obj.
(Overrides ObjectEquals(Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FindRecord | Returns the ExportRecord for the specified instance and identifier from the Records. | |
FindRecords | Returns the ExportRecords for the specified instance from the Records. | |
FindSetting | Returns the ExportSetting for the specified settingName from the Settings. | |
GetHashCode |
Returns the hash code for the current Export object.
(Overrides ObjectGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ShouldProcess | Determines if it is time to process the Export if its Type is Intervaled. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |