Type Alias ReloadStatements

type ReloadStatements = {
    connection?: string;
    connectionId?: string;
    dataSize?: number;
    duration?: number;
    label?: string;
    nbrOfFields?: number;
    nbrOfRows?: number;
    partialReloadOperation?: string;
    qri?: string;
    tableName?: string;
    type?: string;
}
Index

Properties

connection?: string

The connecton name.

connectionId?: string

Connection ID.

dataSize?: number

Data loaded from the network (bytes).

duration?: number

Duration of data generation (ms).

label?: string

Label of the resource level node in lineage.

nbrOfFields?: number

Number of fields loaded.

nbrOfRows?: number

Number of rows loaded.

partialReloadOperation?: string

Partial load operation. e.g. add/replace/update/merge. n/a when not in partial load mode.

qri?: string

Resource Identifier.

tableName?: string

Name of the source table in lineage.

type?: string

Type of statement, e.g. Store/Load.