Queryresultfilter
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Includes | []String | The list of field names to include in the result documents. | [optional] |
| Excludes | []String | The list of field names to exclude from the result documents. | [optional] |
Examples
- Prepare the resource
$Queryresultfilter = Initialize-Queryresultfilter -Includes ["name","displayName"] `
-Excludes ["stacktrace"]
- Convert the resource to JSON
$Queryresultfilter | ConvertTo-JSON