AttributeFilterCondition
Represents a search on a document attribute that needs to meet to certain search criteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Field |
The field that will be searched |
DataColumnIdentifierEnum |
Required |
| Operator |
Describes the way the specified Field is searched for |
FilterOperator |
Required |
| Value1 |
The value being searched for, combined with the Operator and the Field. Used only with Begins, Contains and Equals |
FilterValue |
None. |
| Value2 |
The value being searched for, combined with the Operator and the Field. Used only with Range |
FilterValue |
None. |