data class IndexFieldArgs(val arrayConfig: Output<String>? = null, val fieldPath: Output<String>? = null, val order: Output<String>? = null) : ConvertibleToJava<IndexFieldArgs>
Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=. Only one of order and arrayConfig can be specified. Possible values are: ASCENDING, DESCENDING.