EqQueryFileLoader class
Implements
Section titled “Implements”Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new EqQueryFileLoader(context: EqContext): EqQueryFileLoader
Parameters:
Section titled “Parameters:”- context: EqContext
Protected Properties
Section titled “Protected Properties”context
Section titled “context”● context: EqContext
Public Methods
Section titled “Public Methods”getQueryFile
Section titled “getQueryFile”▸ getQueryFile(options?: GetQueryFileOptions): Promise
<void
>
Parameters:
Section titled “Parameters:”- options: GetQueryFileOptions, Optional
Returns Promise
<void
>
uploadQueryFile
Section titled “uploadQueryFile”▸ uploadQueryFile(options?: UploadQueryFileOptions): Promise
<QueryData>
Parameters:
Section titled “Parameters:”- options: UploadQueryFileOptions, Optional
Returns Promise
<QueryData>