Interface AgentOperationExecutionResultV1

interface AgentOperationExecutionResultV1 {
    rows: number;
    value: JsonValue;
}

Properties

Properties

rows: number

Host-observed number of result rows or affected records.

value: JsonValue

JSON-compatible result returned to the caller and bound to the receipt.