RawOutputDatasource interface

Describes a raw output data source. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an output of this data source type to an existing job.

Extends

Properties

payloadUri

The SAS URL to a blob where the output should be written. If this property is not set, output data will be written into a temporary storage, and a SAS URL to that temporary storage will be included in the result.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

payloadUri

The SAS URL to a blob where the output should be written. If this property is not set, output data will be written into a temporary storage, and a SAS URL to that temporary storage will be included in the result.

payloadUri?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Raw"

Property Value

"Raw"