Share via


StreamingJobInputProperties Class

Definition

The properties that are associated with an input. Please note StreamingJobInputProperties 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 ReferenceInputProperties and StreamInputProperties.

public abstract class StreamingJobInputProperties
type StreamingJobInputProperties = class
Public MustInherit Class StreamingJobInputProperties
Inheritance
StreamingJobInputProperties
Derived

Constructors

StreamingJobInputProperties()

Initializes a new instance of StreamingJobInputProperties.

Properties

CompressionType

Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.

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 input. 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.

PartitionKey

partitionKey Describes a key in the input data which is used for partitioning the input data.

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.

WatermarkMode

The input watermark mode.

Applies to