SbdfValueArrayArrayEncodingTypeId Enumeration

Spotfire 14.3 API Reference
Defines the different array encodings.

Namespace:  Spotfire.Dxp.Data.Formats.Sbdf
Assembly:  Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public enum ArrayEncodingTypeId
Members

  Member nameValueDescription
PlainArrayEncodingTypeId1 Defines the plain array encoding. Arrays of this type are encoded as a normal array (i.e. no encoding).
RunLengthEncodingTypeId2 Defines the run length encoding. Arrays of this type are encoded as a list with the number of occurrences followed by the data.
BitArrayEncodingTypeId3 Defines the packed bit array encoding. Arrays of this type are encoded as packed bit arrays. Only arrays of type bool are supported.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference