StreamingJobTransformationData Class

Definition

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

public class StreamingJobTransformationData : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource
type StreamingJobTransformationData = class
    inherit StreamAnalyticsSubResource
Public Class StreamingJobTransformationData
Inherits StreamAnalyticsSubResource
Inheritance
StreamingJobTransformationData

Constructors

StreamingJobTransformationData()

Initializes a new instance of StreamingJobTransformationData.

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.

Id

Resource Id.

(Inherited from StreamAnalyticsSubResource)
Name

Resource name.

(Inherited from StreamAnalyticsSubResource)
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.

ResourceType

Resource type.

(Inherited from StreamAnalyticsSubResource)
StreamingUnits

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

ValidStreamingUnits

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

Applies to