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

StreamingJobInputProperties 类

定义

与输入关联的属性。 请注意 StreamingJobInputProperties ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ReferenceInputPropertiesStreamInputProperties

public abstract class StreamingJobInputProperties
type StreamingJobInputProperties = class
Public MustInherit Class StreamingJobInputProperties
继承
StreamingJobInputProperties
派生

构造函数

StreamingJobInputProperties()

初始化 StreamingJobInputProperties 的新实例。

属性

CompressionType

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

DiagnosticsConditions

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

ETag

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

PartitionKey

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

Serialization

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

WatermarkMode

输入水印模式。

适用于