FlexVector constant

int const FlexVector

A vector (aka list or array) of flexible elements; e.g. corresponds to a JSON array or a MongoDB array. Unlike the Flex type, this must contain a vector value (e.g. not a map or a scalar). Representing type: Flex Encoding: Flex

Implementation

static const int FlexVector = 108;