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