GoogleFirestoreAdminV1IndexFieldArgs

data class GoogleFirestoreAdminV1IndexFieldArgs(val arrayConfig: Output<GoogleFirestoreAdminV1IndexFieldArrayConfig>? = null, val fieldPath: Output<String>? = null, val order: Output<GoogleFirestoreAdminV1IndexFieldOrder>? = null) : ConvertibleToJava<GoogleFirestoreAdminV1IndexFieldArgs>

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

Constructors

Link copied to clipboard
constructor(arrayConfig: Output<GoogleFirestoreAdminV1IndexFieldArrayConfig>? = null, fieldPath: Output<String>? = null, order: Output<GoogleFirestoreAdminV1IndexFieldOrder>? = null)

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

Functions

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