Share via


BlobReferenceInputDataSource interface

Describes a blob input data source that contains reference data.

Extends

Properties

authenticationMode

Authentication Mode.

blobName

The name of the blob input.

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.

dateFormat

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

deltaPathPattern

The path pattern of the delta snapshot.

deltaSnapshotRefreshRate

The interval that the user generates a delta snapshot of this reference blob input data source.

fullSnapshotRefreshRate

The refresh interval of the blob input data source.

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.

sourcePartitionCount

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

storageAccounts

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

timeFormat

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

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

blobName

The name of the blob input.

blobName?: string

Property Value

string

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.

container?: string

Property Value

string

dateFormat

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

dateFormat?: string

Property Value

string

deltaPathPattern

The path pattern of the delta snapshot.

deltaPathPattern?: string

Property Value

string

deltaSnapshotRefreshRate

The interval that the user generates a delta snapshot of this reference blob input data source.

deltaSnapshotRefreshRate?: string

Property Value

string

fullSnapshotRefreshRate

The refresh interval of the blob input data source.

fullSnapshotRefreshRate?: string

Property Value

string

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.

pathPattern?: string

Property Value

string

sourcePartitionCount

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

sourcePartitionCount?: number

Property Value

number

storageAccounts

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

storageAccounts?: StorageAccount[]

Property Value

timeFormat

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

timeFormat?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Microsoft.Storage/Blob"

Property Value

"Microsoft.Storage/Blob"