openPDC Historian Help
DataBlockSize Property
NamespacesTVA.Historian.FilesArchiveFileDataBlockSize
Gets or sets the size (in KB) of the ArchiveDataBlocks.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public int DataBlockSize { get; set; }
<DefaultValueAttribute()> _
Public Property DataBlockSize As Integer
[DefaultValueAttribute()]
public:
property int DataBlockSize {
	int get ();
	void set (int value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive.

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