Transformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Transformation : Microsoft.Azure.Management.StreamAnalytics.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Transformation = class
inherit SubResource
Public Class Transformation
Inherits SubResource
- Inheritance
- Attributes
Constructors
Transformation() |
Initializes a new instance of the Transformation class. |
Transformation(String, String, String, Nullable<Int32>, IList<Nullable<Int32>>, String, String) |
Initializes a new instance of the Transformation class. |
Properties
Etag |
Gets 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 |
Gets resource Id (Inherited from SubResource) |
Name |
Gets or sets resource name (Inherited from SubResource) |
Query |
Gets or sets 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. |
StreamingUnits |
Gets or sets specifies the number of streaming units that the streaming job uses. |
Type |
Gets resource type (Inherited from SubResource) |
ValidStreamingUnits |
Gets or sets specifies the valid streaming units a streaming job can scale to. |
Applies to
Azure SDK for .NET