indexConfig property

GoogleFirestoreAdminV1IndexConfig? indexConfig
getter/setter pair

The index configuration for this field.

If unset, field indexing will revert to the configuration defined by the ancestor_field. To explicitly remove all indexes for this field, specify an index config with an empty list of indexes.

Implementation

GoogleFirestoreAdminV1IndexConfig? indexConfig;