Enum StreamStructure
The structural properties of a stream.
Namespace: PushTechnology.ClientInterface.Client.Features.TimeSeries
Assembly: Diffusion.Client.dll
Syntax
public enum StreamStructure : int
Remarks
Added in version 6.1.
Fields
Name | Description |
---|---|
EDIT_EVENT_STREAM | The stream is presented in time series order. |
VALUE_EVENT_STREAM | The stream is ordered by the original event sequence number, presenting edit events instead of the original events they replace. |