Output 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.
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Output : Microsoft.Azure.Management.StreamAnalytics.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Output = class
inherit SubResource
Public Class Output
Inherits SubResource
- Inheritance
- Attributes
Constructors
Output() |
Initializes a new instance of the Output class. |
Output(String, String, String, OutputDataSource, String, Nullable<Double>, Serialization, Diagnostics, String) |
Initializes a new instance of the Output class. |
Properties
Datasource |
Gets or sets describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. |
Diagnostics |
Gets describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. |
Etag |
Gets the current entity tag for the output. 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) |
Serialization |
Gets or sets describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. |
SizeWindow |
Gets or sets the size window to constrain a Stream Analytics output to. |
TimeWindow |
Gets or sets the time frame for filtering Stream Analytics job outputs. |
Type |
Gets resource type (Inherited from SubResource) |
Applies to
Azure SDK for .NET