Partilhar via


StreamInputProperties Class

Definition

The properties that are associated with an input containing stream data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StreamInputPropertiesTypeConverter))]
public class StreamInputProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStreamInputProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StreamInputPropertiesTypeConverter))>]
type StreamInputProperties = class
    interface IStreamInputProperties
    interface IJsonSerializable
    interface IInputProperties
    interface IValidates
Public Class StreamInputProperties
Implements IStreamInputProperties, IValidates
Inheritance
StreamInputProperties
Attributes
Implements

Constructors

StreamInputProperties()

Creates an new StreamInputProperties instance.

Properties

Compression

Describes how input data is compressed

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.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StreamInputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StreamInputProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStreamInputProperties.

FromJsonString(String)

Creates a new instance of StreamInputProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StreamInputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to