Partilhar via


ITransformationProperties Interface

Definition

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

Properties

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to