GoogleFirestoreAdminV1beta2IndexFieldResponse

data class GoogleFirestoreAdminV1beta2IndexFieldResponse(val arrayConfig: String, val fieldPath: String, val order: String)

A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates that this field supports operations on array_values.

Link copied to clipboard

Can be name. For single field indexes, this must match the name of the field or may be omitted.

Link copied to clipboard

Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.