SearchSchemaValue Class

Value object for schema results.

All required parameters must be populated in order to send to Azure.

Inheritance
SearchSchemaValue

Constructor

SearchSchemaValue(*, indexed: bool, stored: bool, facet: bool, name: Optional[str] = None, display_name: Optional[str] = None, type: Optional[str] = None, owner_type: Optional[List[str]] = None, **kwargs)

Parameters

name
str
Required

The name of the schema.

display_name
str
Required

The display name of the schema.

type
str
Required

The type.

indexed
bool
Required

Required. The boolean that indicates the field is searchable as free text.

stored
bool
Required

Required. The boolean that indicates whether or not the field is stored.

facet
bool
Required

Required. The boolean that indicates whether or not the field is a facet.

owner_type
list[str]
Required

The array of workflows containing the field.