Type Alias SendQueryOptionsBeta

SendQueryOptions: {
    context?: string;
    lowPriority?: boolean;
}

Options for sending a query.

Type declaration

  • Optional Betacontext?: string

    The context in which to send the query.

  • Optional BetalowPriority?: boolean

    Whether to send the query with low priority.