Methods
Static between
-
Parameters
-
key: string
-
startValue: any
-
endValue: any
Static endsWith
- endsWith(key: string, value: any, caseSensitive?: boolean): RestrictionItem
-
Parameters
-
key: string
-
value: any
-
Optional caseSensitive: boolean
Static eq
-
Parameters
-
key: string
-
value: any
-
Optional caseSensitive: boolean
Static in
-
Parameters
-
key: string
-
values: any[]
-
Optional caseSensitive: boolean
Static like
-
Parameters
-
key: string
-
value: any
-
Optional caseSensitive: boolean
Static likeIn
- likeIn(key: string, values: any[], caseSensitive?: boolean): RestrictionItem
-
Parameters
-
key: string
-
values: any[]
-
Optional caseSensitive: boolean
Static neq
-
Parameters
-
key: string
-
value: any
-
Optional caseSensitive: boolean
Static op
-
Parameters
-
key: string
-
op: string
-
value: any
Static Private operateMultiple
Static query
-
Parameters
-
value: string
-
Optional ignoreList: string[]
Static startsWith
- startsWith(key: string, value: any, caseSensitive?: boolean): RestrictionItem
-
Parameters
-
key: string
-
value: any
-
Optional caseSensitive: boolean
Resrictions to constrain the results to be retrieved.