Partilhar via


IBlobStreamInputDataSourceProperties Interface

Definition

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

Properties

Container

The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.

(Inherited from IBlobDataSourceProperties)
DateFormat

The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.

(Inherited from IBlobDataSourceProperties)
PathPattern

The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.

(Inherited from IBlobDataSourceProperties)
SourcePartitionCount

The partition count of the blob input data source. Range 1 - 256.

StorageAccount

A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.

(Inherited from IBlobDataSourceProperties)
TimeFormat

The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.

(Inherited from IBlobDataSourceProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to