Package version:

The result of the query testing request.

interface QueryTestingResult {
    error?: ErrorError;
    outputUri?: string;
    status?: string;
}

Hierarchy (view full)

Properties

error?: ErrorError

Error definition properties.

outputUri?: string

The SAS URL to the outputs payload. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

The status of the query testing request. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc