Properties
Optional
events
events?: {
date: Date;
message: string;
resourceID: string;
resourceName: string;
who: string;
}[]
Type declaration
date: Date
message: string
resourceID: string
resourceName: string
who: string
Optional
statistics
statistics?: {
bytesScanned: number;
recordsMatched: number;
recordsScanned: number;
}
Type declaration
bytesScanned: number
recordsMatched: number
recordsScanned: number
Optional
status
status?: "Running" | "Complete" | "Failed" | "Timeout" | "Unknown"