BatchResult

BatchResult
BatchResult

Results of Batch APIs.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "result": "string",
    "hostKey": "string",
    "ds": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
string
result
Required

Enum value for @link BatchResult.Result

string
hostKey
Required

Host for which the result applies.

ds
Optional

The datastore that is created.

fault
Optional

'fault' would be set if the operation was not successful