Click or drag to resize

ArchiveFileFileSize Property

Gets or sets the size (in MB) of the ArchiveFile.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(1500)]
public double FileSize { get; set; }
View Source

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive.
See Also