Transformation interface

A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job.

Extends

Properties

etag

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. NOTE: This property will not be serialized. It can only be populated by the server.

query

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.

streamingUnits

Specifies the number of streaming units that the streaming job uses.

validStreamingUnits

Specifies the valid streaming units a streaming job can scale to.

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

etag

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. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

query

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.

query?: string

Property Value

string

streamingUnits

Specifies the number of streaming units that the streaming job uses.

streamingUnits?: number

Property Value

number

validStreamingUnits

Specifies the valid streaming units a streaming job can scale to.

validStreamingUnits?: number[]

Property Value

number[]

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

Resource name

name?: string

Property Value

string

Inherited From SubResource.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