An opaque identifier that the service can use to retrieve a particular portion of a stream.

Tickets are meant to be single use. It is an error/application-defined behavior to reuse a ticket.

from protobuf message arrow.flight.protocol.Ticket

interface Ticket {
    ticket: Uint8Array;
}

Properties

Properties

ticket: Uint8Array

from protobuf field: bytes ticket = 1;