Archive
|
The ArchiveFile type exposes the following members.
Name | Description | |
---|---|---|
ArchiveOffloadCount | Gets or sets the number of historic ArchiveFiles to be offloaded to the ArchiveOffloadLocation. | |
ArchiveOffloadLocation | Gets or sets the path to the directory where historic ArchiveFiles are to be offloaded to make space in the primary archive location. Set to *DELETE* to remove historic files instead of moving them to an offload location. | |
ArchiveOffloadMaxAge | Gets or sets the maximum number of days before an archive file triggers the offload of historic ArchiveFiles. | |
ArchiveOffloadThreshold | Gets or sets the free disk space (in %) of the primary archive location that triggers the offload of historic ArchiveFiles. | |
CacheWrites | Gets or sets a boolean value that indicates whether writes to the disk are to be cached for performance efficiency. | |
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) |
|
CompressData | Gets or set a boolean value that indicates whether incoming ArchiveDataPoints are to be compressed to save space. | |
ConserveMemory | Gets or sets a boolean value that indicates whether memory usage is to be kept low for performance efficiency. | |
Container | Gets the IContainer that contains the Component. (Inherited from Component) |
|
CurrentWriteStatistics | Gets the ProcessQueueStatistics for the internal current data write ProcessQueueT. | |
DataBlockSize | Gets or sets the size (in KB) of the ArchiveDataBlocks. | |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) |
|
DiscardOutOfSequenceData | Gets or sets a boolean value that indicates whether incoming ArchiveDataPoints with out-of-sequence TimeTag are to be discarded. | |
Enabled | Gets or sets a boolean value that indicates whether the ArchiveFile is currently enabled. | |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) |
|
Fat | Gets the ArchiveFileAllocationTable of the ArchiveFile. | |
FileAccessMode | Gets or sets the FileAccess value to use when opening the ArchiveFile. | |
FileData | Gets the underlying FileStream of the ArchiveFile. | |
FileName | Gets or sets the name of the ArchiveFile. | |
FileSize | Gets or sets the size (in MB) of the ArchiveFile. | |
FileType | Gets or sets the ArchiveFileType of the ArchiveFile. | |
HistoricWriteStatistics | Gets the ProcessQueueStatistics for the internal historic data write ProcessQueueT. | |
IntercomFile | Gets or sets the IntercomFile used by the ArchiveFile. | |
IsDisposed | Gets a flag that indicates whether the object has been disposed. | |
IsOpen | Gets a boolean value that indicates whether the ArchiveFile is currently open. | |
LeadTimeTolerance | Gets or sets the number of minutes by which incoming ArchiveDataPoint can be ahead of local system clock and still be considered valid. | |
MaxHistoricArchiveFiles | Gets or sets the maximum number of historic ArchiveFiles to be kept at both the primary and offload locations combined. | |
MetadataFile | Gets or sets the MetadataFile used by the ArchiveFile. | |
MonitorNewArchiveFiles | Gets or sets a boolean value that indicates whether to monitor and load newly encountered archive files. | |
Name | Gets the unique identifier of the ArchiveFile. | |
OutOfSequenceWriteStatistics | Gets the ProcessQueueStatistics for the internal out-of-sequence data write ProcessQueueT. | |
PersistSettings | Gets or sets a boolean value that indicates whether the settings of ArchiveFile are to be saved to the config file. | |
RolloverPreparationThreshold | Gets or sets the ArchiveFile usage (in %) that will trigger the creation of an empty ArchiveFile for rollover. | |
RolloverWaitHandle | Gets wait handle used to synchronize roll-over access. | |
SettingsCategory | Gets or sets the category under which the settings of ArchiveFile are to be saved to the config file if the PersistSettings property is set to true. | |
Site | Gets or sets the ISite of the Component. (Inherited from Component) |
|
StateFile | Gets or sets the StateFile used by the ArchiveFile. | |
Statistics | Gets the ArchiveFileStatistics object of the ArchiveFile. | |
Status | Gets the descriptive status of the ArchiveFile. |