Share via


IStreamInputProperties Interface

Definition

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

Properties

Compression

Describes how input data is compressed

(Inherited from IInputProperties)
DatasourceType

Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests.

Diagnostic

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

(Inherited from IInputProperties)
PartitionKey

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

(Inherited from IInputProperties)
Serialization

Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.

(Inherited from IInputProperties)
Type

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

(Inherited from IInputProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to