Click or drag to resize

ArchiveFileDataBlockSize Property

Gets or sets the size (in KB) of the ArchiveDataBlocks.

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

Property Value

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