DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinition

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val displayName: String? = null

The display-name for the property, used for front-end.

Link copied to clipboard
Link copied to clipboard
val isFilterable: Boolean? = null

Whether the property can be filtered. If this is a sub-property, all the parent properties must be marked filterable.

Link copied to clipboard
val isMetadata: Boolean? = null

Whether the property is user supplied metadata.

Link copied to clipboard
val isRepeatable: Boolean? = null

Whether the property can have multiple values.

Link copied to clipboard
val isRequired: Boolean? = null

Whether the property is mandatory.

Link copied to clipboard
val isSearchable: Boolean? = null

Indicates that the property should be included in a global search.

Link copied to clipboard

The name of the metadata property.

Link copied to clipboard

Stores the retrieval importance. Possible values are: HIGHEST, HIGHER, HIGH, MEDIUM, LOW, LOWEST.

Link copied to clipboard
Link copied to clipboard