SessionDetailsResource interface
Session details properties.
Properties
| applied |
Applied configuration for the iteration. |
| average |
The aqr for the iteration. |
| iteration |
Iteration id. |
| iteration |
Iteration start time. |
| session |
Session id. |
| transactions |
The tps for the iteration. |
Property Details
appliedConfiguration
Applied configuration for the iteration.
appliedConfiguration?: string
Property Value
string
averageQueryRuntimeMs
The aqr for the iteration.
averageQueryRuntimeMs?: string
Property Value
string
iterationId
Iteration id.
iterationId?: string
Property Value
string
iterationStartTime
Iteration start time.
iterationStartTime?: string
Property Value
string
sessionId
Session id.
sessionId?: string
Property Value
string
transactionsPerSecond
The tps for the iteration.
transactionsPerSecond?: string
Property Value
string