ITransformation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.TransformationTypeConverter))]
public interface ITransformation : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ISubResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.TransformationTypeConverter))>]
type ITransformation = interface
    interface IJsonSerializable
    interface ISubResource
Public Interface ITransformation
Implements ISubResource
Derived
Attributes
Implements

Properties

ETag
Id

Resource Id

(Inherited from ISubResource)
Name

Resource name

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

StreamingUnit

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

Type

Resource type

(Inherited from ISubResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to