Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.34 KB

FabricGatewaySimpleExpression.md

File metadata and controls

11 lines (8 loc) · 1.34 KB

FabricGatewaySimpleExpression

Properties

Name Type Description Notes
Property string Possible field names to use on filters: * `/project/projectId` - project id (mandatory) * `/name` - Fabric Gateway name * `/uuid` - Fabric Gateway uuid * `/state` - Fabric Gateway status * `/location/metroCode` - Fabric Gateway metro code * `/location/metroName` - Fabric Gateway metro name * `/package/code` - Fabric Gateway package * `/_*` - all-category search [optional] [default to null]
Operator string Possible operators to use on filters: * `=` - equal * `!=` - not equal * `>` - greater than * `>=` - greater than or equal to * `<` - less than * `<=` - less than or equal to * `[NOT] BETWEEN` - (not) between * `[NOT] LIKE` - (not) like * `[NOT] IN` - (not) in * `ILIKE` - case-insensitive like [optional] [default to null]
Values []string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]