Package version:

The request object for query testing.

interface TestQuery {
    diagnostics?: TestQueryDiagnostics;
    streamingJob: StreamingJob;
}

Properties

diagnostics?: TestQueryDiagnostics

Diagnostics information related to query testing.

streamingJob: StreamingJob

Stream analytics job object which defines the input, output, and transformation for the query testing.

Generated using TypeDoc