Expression Language Reference
Preparing search index...
importer/expr-contexts
QuerySecurityOpts
Interface QuerySecurityOpts
Generic base for query operations
interface
QuerySecurityOpts
{
client_identifier
?:
string
;
columns
?:
string
[]
;
global
?:
boolean
;
includeSystem
?:
boolean
;
limit
?:
number
;
offset
?:
number
;
order
?:
string
[]
;
}
Hierarchy (
View Summary
)
QueryObjectBase
QuerySecurityOpts
Index
Properties
client_
identifier?
columns?
global?
include
System?
limit?
offset?
order?
Properties
Optional
client_
identifier
client_identifier
?:
string
Optional
columns
columns
?:
string
[]
Optional
global
global
?:
boolean
Return Global Securities
Optional
include
System
includeSystem
?:
boolean
Include System Securities
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
order
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
identifier
columns
global
include
System
limit
offset
order
Expression Language Reference
Loading...
Generic base for query operations