Type Alias Operational

type Operational = {
    contentUpdated?: boolean;
    endDate?: string;
    lastLoadTime?: string;
    lastUpdateTime?: string;
    location?: string;
    logMessage?: string;
    rowCount?: number;
    size?: number;
    startDate?: string;
    status?: string;
    tableConnectionInfo?: TableConnectionInfo;
    tableOwner?: string;
}
Index

Properties

contentUpdated?: boolean
endDate?: string
lastLoadTime?: string
lastUpdateTime?: string
location?: string
logMessage?: string
rowCount?: number
size?: number
startDate?: string
status?: string
tableConnectionInfo?: TableConnectionInfo
tableOwner?: string