GoogleFirestoreAdminV1beta2IndexFieldArgs

data class GoogleFirestoreAdminV1beta2IndexFieldArgs(val arrayConfig: Output<GoogleFirestoreAdminV1beta2IndexFieldArrayConfig>? = null, val fieldPath: Output<String>? = null, val order: Output<GoogleFirestoreAdminV1beta2IndexFieldOrder>? = null) : ConvertibleToJava<GoogleFirestoreAdminV1beta2IndexFieldArgs>

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

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleFirestoreAdminV1beta2IndexFieldArgs

Properties

Link copied to clipboard

Indicates that this field supports operations on array_values.

Link copied to clipboard
val fieldPath: Output<String>? = null

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 =, <, <=, >, >=.