arrayConfig property
Indicates that this field supports operations on array_value
s.
Possible string values are:
- "ARRAY_CONFIG_UNSPECIFIED" : The index does not support additional array queries.
- "CONTAINS" : The index supports array containment queries.
Implementation
core.String? arrayConfig;