RawStreamInputDataSource interface
Describes a raw input data source that contains stream data. 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 input of this data source type to an existing job.
- Extends
Properties
| payload | The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. |
| payload |
The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
payload
The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both.
payload?: string
Property Value
string
payloadUri
The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both.
payloadUri?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Raw"
Property Value
"Raw"