ReferenceInputProperties Class

Definition

The properties that are associated with an input containing reference data.

public class ReferenceInputProperties : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobInputProperties
type ReferenceInputProperties = class
    inherit StreamingJobInputProperties
Public Class ReferenceInputProperties
Inherits StreamingJobInputProperties
Inheritance
ReferenceInputProperties

Constructors

ReferenceInputProperties()

Initializes a new instance of ReferenceInputProperties.

Properties

CompressionType

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

(Inherited from StreamingJobInputProperties)
Datasource

Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. Please note ReferenceInputDataSource 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 SqlReferenceInputDataSource, BlobReferenceInputDataSource and RawReferenceInputDataSource.

DiagnosticsConditions

A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

(Inherited from StreamingJobInputProperties)
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.

(Inherited from StreamingJobInputProperties)
PartitionKey

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

(Inherited from StreamingJobInputProperties)
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.

(Inherited from StreamingJobInputProperties)
WatermarkMode

The input watermark mode.

(Inherited from StreamingJobInputProperties)

Applies to