Click or drag to resize
Grid Solutions Framework

PIOutputAdapterArchiveOnChangeDataTypes Property

Gets or sets the data types to only archive on change. Empty string value means all values archived, * means archive all values on change, DIGI means only archive digital values on change. Separate multiple values with a comma, for example: DIGI,VPHM,FREQ.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
public string ArchiveOnChangeDataTypes { get; set; }
View Source

Property Value

String
See Also