StorageMethods Enumeration

Defines flags that determine the how the data is stored in a series instance.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
[FlagsAttribute]
public enum StorageMethods

Members

Values1 Straight array of data points.
Scaled2 Data values are scaled.
Increment4 Start, count, and increment are stored and the series is recreated from those values.

See Also