@influxdata/influxdb3-client
    Preparing search index...

    Enumeration FlightDescriptor_DescriptorType

    Describes what type of descriptor is defined.

    from protobuf enum arrow.flight.protocol.FlightDescriptor.DescriptorType

    Index

    Enumeration Members

    Enumeration Members

    CMD: 2

    An opaque command to generate a dataset.

    from protobuf enum value: CMD = 2;

    PATH: 1

    A named path that identifies a dataset. A path is composed of a string or list of strings describing a particular dataset. This is conceptually similar to a path inside a filesystem.

    from protobuf enum value: PATH = 1;

    UNKNOWN: 0

    Protobuf pattern, not used.

    from protobuf enum value: UNKNOWN = 0;