你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReferenceInputProperties 类

定义

与包含引用数据的输入关联的属性。

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

构造函数

ReferenceInputProperties()

初始化 ReferenceInputProperties 的新实例。

属性

CompressionType

指示输入使用的压缩类型。 在 PUT (CreateOrReplace) 请求上是必需的。

(继承自 StreamingJobInputProperties)
Datasource

描述包含引用数据的输入数据源。 在 PUT (CreateOrReplace) 请求上是必需的。 请注意 ReferenceInputDataSource ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 SqlReferenceInputDataSourceBlobReferenceInputDataSourceRawReferenceInputDataSource

DiagnosticsConditions

适用于资源或整体作业的零个或多个条件的集合,值得客户关注。

(继承自 StreamingJobInputProperties)
ETag

输入的当前实体标记。 这是一个不透明的字符串。 可以使用它来检测资源是否在请求之间发生了更改。 还可以在 If-Match 或 If-None-Match 标头中使用它进行写入操作,实现乐观并发。

(继承自 StreamingJobInputProperties)
PartitionKey

partitionKey 描述输入数据中用于对输入数据进行分区的键。

(继承自 StreamingJobInputProperties)
Serialization

描述如何序列化输入中的数据,或者在写入输出时如何序列化数据。 在 PUT (CreateOrReplace) 请求上是必需的。 请注意 StreamAnalyticsDataSerialization ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AvroFormatSerializationCsvFormatSerializationCustomClrFormatSerializationJsonFormatSerializationParquetFormatSerialization

(继承自 StreamingJobInputProperties)
WatermarkMode

输入水印模式。

(继承自 StreamingJobInputProperties)

适用于