Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ExecutionFilter
Interface ExecutionFilter
Filter criteria for querying executions
interface
ExecutionFilter
{
agentId
?:
AgentId
;
userId
?:
string
;
success
?:
boolean
;
startTimeFrom
?:
Date
;
startTimeTo
?:
Date
;
minCost
?:
number
;
maxCost
?:
number
;
minDuration
?:
number
;
maxDuration
?:
number
;
}
Index
Properties
agent
Id?
user
Id?
success?
start
Time
From?
start
Time
To?
min
Cost?
max
Cost?
min
Duration?
max
Duration?
Properties
Optional
Readonly
agent
Id
agentId
?:
AgentId
Optional
Readonly
user
Id
userId
?:
string
Optional
Readonly
success
success
?:
boolean
Optional
Readonly
start
Time
From
startTimeFrom
?:
Date
Optional
Readonly
start
Time
To
startTimeTo
?:
Date
Optional
Readonly
min
Cost
minCost
?:
number
Optional
Readonly
max
Cost
maxCost
?:
number
Optional
Readonly
min
Duration
minDuration
?:
number
Optional
Readonly
max
Duration
maxDuration
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
user
Id
success
start
Time
From
start
Time
To
min
Cost
max
Cost
min
Duration
max
Duration
Stratix Framework - v0.8.2
Loading...
Filter criteria for querying executions