共用方式為


BlobReferenceInputDataSource Class

Definition

Describes a blob input data source that contains reference data.

public class BlobReferenceInputDataSource : Azure.ResourceManager.StreamAnalytics.Models.ReferenceInputDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.BlobReferenceInputDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.BlobReferenceInputDataSource>
public class BlobReferenceInputDataSource : Azure.ResourceManager.StreamAnalytics.Models.ReferenceInputDataSource
type BlobReferenceInputDataSource = class
    inherit ReferenceInputDataSource
    interface IJsonModel<BlobReferenceInputDataSource>
    interface IPersistableModel<BlobReferenceInputDataSource>
type BlobReferenceInputDataSource = class
    inherit ReferenceInputDataSource
Public Class BlobReferenceInputDataSource
Inherits ReferenceInputDataSource
Implements IJsonModel(Of BlobReferenceInputDataSource), IPersistableModel(Of BlobReferenceInputDataSource)
Public Class BlobReferenceInputDataSource
Inherits ReferenceInputDataSource
Inheritance
BlobReferenceInputDataSource
Implements

Constructors

BlobReferenceInputDataSource()

Initializes a new instance of BlobReferenceInputDataSource.

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.

DeltaSnapshotRefreshInterval

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

FullSnapshotRefreshInterval

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BlobReferenceInputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BlobReferenceInputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ReferenceInputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ReferenceInputDataSource)
IJsonModel<ReferenceInputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReferenceInputDataSource)
IPersistableModel<BlobReferenceInputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobReferenceInputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BlobReferenceInputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ReferenceInputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ReferenceInputDataSource)
IPersistableModel<ReferenceInputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ReferenceInputDataSource)
IPersistableModel<ReferenceInputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ReferenceInputDataSource)

Applies to