Click or drag to resize
Grid Solutions Framework

OutputAdapterMaximumPointResolution Property

Gets or sets the maximum time resolution, in seconds, for data points being archived, e.g., a value 1.0 would mean that data would be archived no more than once per second. A zero value indicates that all data should be archived.

Namespace: eDNAAdapters
Assembly: eDNAAdapters (in eDNAAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(0)]
public double MaximumPointResolution { get; set; }
View Source

Property Value

Double
See Also