Share via


TransformationProperties Class

Definition

The properties that are associated with a transformation.

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

Constructors

TransformationProperties()

Creates an new TransformationProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TransformationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TransformationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ITransformationProperties.

FromJsonString(String)

Creates a new instance of TransformationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TransformationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to