StreamInputProperties interface
The properties that are associated with an input containing stream data.
- Extends
Properties
datasource | Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
compression | Describes how input data is compressed |
diagnostics | Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. NOTE: This property will not be serialized. It can only be populated by the server. |
etag | The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server. |
partition |
partitionKey Describes a key in the input data which is used for partitioning the input data |
serialization | Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. |
Property Details
datasource
Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
datasource?: StreamInputDataSourceUnion
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Stream"
Property Value
"Stream"
Inherited Property Details
compression
Describes how input data is compressed
compression?: Compression
Property Value
Inherited From InputProperties.compression
diagnostics
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. NOTE: This property will not be serialized. It can only be populated by the server.
diagnostics?: Diagnostics
Property Value
Inherited From InputProperties.diagnostics
etag
The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From InputProperties.etag
partitionKey
partitionKey Describes a key in the input data which is used for partitioning the input data
partitionKey?: string
Property Value
string
Inherited From InputProperties.partitionKey
serialization
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
serialization?: SerializationUnion
Property Value
Inherited From InputProperties.serialization