QueryResult_of_RecoveryPlanExecutionInfo
QueryResult_of_RecoveryPlanExecutionInfo
Result of a query. Contains paging information.
JSON Example
{
"items": [
{
"execEnd": 1645707066012,
"execStart": 1645707065923,
"id": "271c8c0b-aba5-425c-b8f3-3ada3d4d2e14",
"operation": "TEST",
"recoveryPlanId": "b2fc65c2-2899-4090-80af-639927bea6ea",
"reportVersion": "The product version during the execution.",
"result": "SUCCEEDED"
}
],
"limit": 100,
"offset": 0,
"total": 3
}
integer As int32 As int32
limit
Optional
Maximum number of items that this query could retrieve.
integer As int32 As int32
offset
Optional
How much items were skipped, before retrieving the actual items.
integer As int64 As int64
total
Optional
The total number of items.