openPDC Historian Help
Export Class
NamespacesTVA.Historian.ExportersExport
A class with information that can be used by an exporter for exporting time-series data.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class Export
<SerializableAttribute> _
Public Class Export
[SerializableAttribute]
public ref class Export
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Returns the ExportRecord for the specified instance and identifier from the Records.

FindRecords(String)
Returns the ExportRecords for the specified instance from the Records.

FindSetting(String)
Returns the ExportSetting for the specified settingName from the Settings.

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
Gets the custom ExportSettings used by the Exporter of the Export.

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.)
Type
Gets or sets the ExportType of the Export.

Inheritance Hierarchy
Object
Export
See Also

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252