@qualithm/arrow-flight-client - v0.1.4
    Preparing search index...

    Type Alias FlightAction

    Action request for DoAction RPC.

    type FlightAction = {
        body?: Uint8Array;
        type: string;
    }
    Index

    Properties

    Properties

    body?: Uint8Array

    Optional action body containing serialised parameters.

    type: string

    Action type identifier (e.g., "DropDataset", "CancelFlightInfo").