Skip to content

QueryPriority🔗

Definition🔗

export enum QueryPriority {
    Interactive = "INTERACTIVE",
    Batch = "BATCH",
}