StreamingJobOutputData 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 class representing the StreamingJobOutput data model.
public class StreamingJobOutputData : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource
type StreamingJobOutputData = class
inherit StreamAnalyticsSubResource
Public Class StreamingJobOutputData
Inherits StreamAnalyticsSubResource
- Inheritance
Constructors
StreamingJobOutputData() |
Initializes a new instance of StreamingJobOutputData. |
Properties
Datasource |
Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. Please note StreamingJobOutputDataSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GatewayMessageBusOutputDataSource, FunctionOutputDataSource, PostgreSQLOutputDataSource, DataLakeStoreOutputDataSource, EventHubV2OutputDataSource, EventHubOutputDataSource, ServiceBusQueueOutputDataSource, ServiceBusTopicOutputDataSource, SynapseOutputDataSource, SqlDatabaseOutputDataSource, BlobOutputDataSource, DocumentDbOutputDataSource, TableOutputDataSource, PowerBIOutputDataSource and RawOutputDatasource. |
DiagnosticsConditions |
A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention. |
ETag |
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 |
Resource Id. (Inherited from StreamAnalyticsSubResource) |
LastOutputEventTimestamps |
A list of the last output event times for each output partition. The index of the array corresponds to the partition number. |
Name |
Resource name. (Inherited from StreamAnalyticsSubResource) |
ResourceType |
Resource type. (Inherited from StreamAnalyticsSubResource) |
Serialization |
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. Please note StreamAnalyticsDataSerialization is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AvroFormatSerialization, CsvFormatSerialization, CustomClrFormatSerialization, JsonFormatSerialization and ParquetFormatSerialization. |
SizeWindow |
The size window to constrain a Stream Analytics output to. |
TimeFrame |
The time frame for filtering Stream Analytics job outputs. |
WatermarkSettings |
Settings which determine whether to send watermarks to downstream. |
Applies to
Azure SDK for .NET