Share via


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