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

IInputProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.InputPropertiesTypeConverter))]
public interface IInputProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.InputPropertiesTypeConverter))>]
type IInputProperties = interface
    interface IJsonSerializable
Public Interface IInputProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Compression

Describes how input data is compressed

Diagnostic

Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.

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.

Type

Indicates whether the input is a source of reference data or stream data. Required on PUT (CreateOrReplace) requests.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to