StreamElementType

Overview

The StreamElementType enumeration is used internally by data streamer to determine the type of the data element inside the stream. Data stream can hold serialized tables, their deltas or both of them. And given enumeration is used to determne how to properly deserialize given element.

Location


Value Description
Dataset Element represents the serialized data table
Delta Element represents the serialized delta