Interface: SearchOptions
Properties
| Property | Type | Description |
|---|---|---|
scope? |
DataScope |
If provided, determines where to fetch data from, default is DataScope.Skill. |
select? |
string[] |
If provided, determines which properties to return. For performance, it is recommended to retrieve only what you need. Default returns all properties. |
where |
| Condition | ConditionExpression |
Required clause that dictates the data you want to retrieve. |