Interface GeoservicesImportJobReport

interface GeoservicesImportJobReport {
    completedAt?: string;
    currentPhase?: string;
    durationMs?: number;
    errorMessage?: string;
    estimatedTotalFeatures?: number;
    featuresProcessed?: number;
    jobId: string;
    pollCount: number;
    startedAt?: string;
    status: string;
    statusUrl: string;
}

Properties

completedAt?: string
currentPhase?: string
durationMs?: number
errorMessage?: string
estimatedTotalFeatures?: number
featuresProcessed?: number
jobId: string
pollCount: number
startedAt?: string
status: string
statusUrl: string