StreamType

Overview

The StreamType enumeration describes the way used to store data in the given Data Stream.

Location


Value Description
Binary Data is stored in Binary form. This is more effective but not human-readable way to store data
String Data is stored using its string representation (f.e. using JSON or XML document)