An opaque result returned after executing an action.

from protobuf message arrow.flight.protocol.Result

interface Result {
    body: Uint8Array;
}

Properties

Properties

body: Uint8Array

from protobuf field: bytes body = 1;