Output interface
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
- Extends
Properties
datasource | Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. |
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 output. 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. |
serialization | Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. |
size |
The size window to constrain a Stream Analytics output to. |
time |
The time frame for filtering Stream Analytics job outputs. |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
datasource
Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
datasource?: OutputDataSourceUnion
Property Value
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
etag
The current entity tag for the output. 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
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
sizeWindow
The size window to constrain a Stream Analytics output to.
sizeWindow?: number
Property Value
number
timeWindow
The time frame for filtering Stream Analytics job outputs.
timeWindow?: string
Property Value
string
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type