Cloud Firestore V1 Client - Class ArrayConfig (1.36.1)

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 \ IndexField

Methods

static::name

Parameter
NameDescription
value mixed

static::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;