TestQuery interface
The request object for query testing.
Properties
| diagnostics | Diagnostics information related to query testing. |
| streaming |
Stream analytics job object which defines the input, output, and transformation for the query testing. |
Property Details
diagnostics
Diagnostics information related to query testing.
diagnostics?: TestQueryDiagnostics
Property Value
streamingJob
Stream analytics job object which defines the input, output, and transformation for the query testing.
streamingJob: StreamingJob