Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transformation

Package version

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

Hierarchy

Index

Properties

Optional etag

etag: undefined | string

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.

Optional id

id: undefined | string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Resource name

Optional query

query: undefined | string

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.

Optional streamingUnits

streamingUnits: undefined | number

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

Optional type

type: undefined | string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc