Transformation Class
A transformation object, containing all information associated with the named transformation. All transformations 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.SubResourceTransformation
Constructor
Transformation(*, name: Optional[str] = None, streaming_units: Optional[int] = None, query: Optional[str] = None, **kwargs)
Parameters
- query
- str
Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
Variables
- id
- str
Resource Id.
- type
- str
Resource type.
- etag
- str
The current entity tag for the transformation. 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