Type alias QueryJobInfoV2

QueryJobInfoV2: BaseJobInfo & {
    isPkChunkingSupported: boolean;
    jobType: "V2Query";
    operation: "query" | "queryAll";
    state: "UploadComplete" | "InProgress" | "Aborted" | "JobComplete" | "Failed";
}

Type declaration

  • isPkChunkingSupported: boolean
  • jobType: "V2Query"
  • operation: "query" | "queryAll"
  • state: "UploadComplete" | "InProgress" | "Aborted" | "JobComplete" | "Failed"