Partilhar via


BlobReferenceInputDataSourceProperties Class

Definition

The properties that are associated with a blob input containing reference data.

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

Constructors

BlobReferenceInputDataSourceProperties()

Creates an new BlobReferenceInputDataSourceProperties instance.

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.

DateFormat

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

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.

StorageAccount

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobReferenceInputDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobReferenceInputDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobReferenceInputDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to