Output Class
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.streamanalytics.models._models_py3.SubResourceOutput
Constructor
Output(*, name: Optional[str] = None, datasource: Optional[azure.mgmt.streamanalytics.models._models_py3.OutputDataSource] = None, time_window: Optional[str] = None, size_window: Optional[float] = None, serialization: Optional[azure.mgmt.streamanalytics.models._models_py3.Serialization] = None, **kwargs)
Parameters
- datasource
- <xref:stream_analytics_management_client.models.OutputDataSource>
Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
- time_window
- str
- size_window
- float
- serialization
- <xref:stream_analytics_management_client.models.Serialization>
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
Variables
- id
- str
Resource Id.
- type
- str
Resource type.
- diagnostics
- <xref:stream_analytics_management_client.models.Diagnostics>
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag
- str
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.
Feedback
Submit and view feedback for