Cloud Firestore V1 Client - Class ArrayConfig (1.27.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ARRAY_CONFIG_UNSPECIFIED

Value: 0

The index does not support additional array queries.

Generated from protobuf enum ARRAY_CONFIG_UNSPECIFIED = 0;

CONTAINS

Value: 1

The index supports array containment queries.

Generated from protobuf enum CONTAINS = 1;