Reference documentation and code samples for the Cloud Firestore V1 Client class ArrayConfig.
The supported array value configurations.
Protobuf type google.firestore.admin.v1.Index.IndexField.ArrayConfig
Namespace
Google \ Cloud \ Firestore \ Admin \ V1 \ Index \ IndexFieldMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ARRAY_CONFIG_UNSPECIFIED
Value: 0The index does not support additional array queries.
Generated from protobuf enum ARRAY_CONFIG_UNSPECIFIED = 0;
CONTAINS
Value: 1The index supports array containment queries.
Generated from protobuf enum CONTAINS = 1;