An opaque action specific for the service.

from protobuf message arrow.flight.protocol.Action

interface Action {
    body: Uint8Array;
    type: string;
}

Properties

Properties

body: Uint8Array

from protobuf field: bytes body = 2;

type: string

from protobuf field: string type = 1;