Поделиться через


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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationData>
public class StreamingJobTransformationData : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource
type StreamingJobTransformationData = class
    inherit StreamAnalyticsSubResource
    interface IJsonModel<StreamingJobTransformationData>
    interface IPersistableModel<StreamingJobTransformationData>
type StreamingJobTransformationData = class
    inherit StreamAnalyticsSubResource
Public Class StreamingJobTransformationData
Inherits StreamAnalyticsSubResource
Implements IJsonModel(Of StreamingJobTransformationData), IPersistableModel(Of StreamingJobTransformationData)
Public Class StreamingJobTransformationData
Inherits StreamAnalyticsSubResource
Inheritance
StreamingJobTransformationData
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamAnalyticsSubResource)
IJsonModel<StreamAnalyticsSubResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamAnalyticsSubResource)
IJsonModel<StreamingJobTransformationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamingJobTransformationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamingJobTransformationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobTransformationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamingJobTransformationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to