StreamInputProperties Class
The properties that are associated with an input containing stream data.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.streamanalytics.models._models_py3.InputPropertiesStreamInputProperties
Constructor
StreamInputProperties(*, serialization: Optional[azure.mgmt.streamanalytics.models._models_py3.Serialization] = None, compression: Optional[azure.mgmt.streamanalytics.models._models_py3.Compression] = None, partition_key: Optional[str] = None, datasource: Optional[azure.mgmt.streamanalytics.models._models_py3.StreamInputDataSource] = None, **kwargs)
Parameters
- type
- str
Required. Indicates whether the input is a source of reference data or stream data. Required on PUT (CreateOrReplace) requests.Constant filled by server.
- 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.
- compression
- <xref:stream_analytics_management_client.models.Compression>
Describes how input data is compressed.
- partition_key
- str
partitionKey Describes a key in the input data which is used for partitioning the input data.
- datasource
- <xref:stream_analytics_management_client.models.StreamInputDataSource>
Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
Variables
- 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 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.
Feedback
Submit and view feedback for