QueryResult_of_RecoveryStepInfo

QueryResult_of_RecoveryStepInfo
QueryResult_of_RecoveryStepInfo

Result of a query. Contains paging information.

JSON Example
{
    "items": [
        {
            "delay": 30000,
            "id": "57aefff3-9fd0-4185-ae75-2cce62de43df",
            "isRecovered": false,
            "name": "Step 1",
            "prompt": "Prompt message",
            "recoveryPlanId": "536ece79-1f49-4d6d-b558-41fde41c7c72",
            "replications": [],
            "sequence": 0,
            "state": "string"
        }
    ],
    "limit": 100,
    "offset": 0,
    "total": 3
}
items
Optional

A list of items.

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.