Type Alias QualityGlobalResultsResponse

type QualityGlobalResultsResponse = {
    empty: number;
    invalid: number;
    total: number;
    updatedAt: string;
    valid: number;
}
Index
empty: number

Number of empty sample cells.

invalid: number

Number of invalid sample cells.

total: number

Total number of cells in the sample.

updatedAt: string

Timestamp of the most recent data quality computation for this dataset and connection.

valid: number

Number of valid sample cells.