BlobStreamInputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a blob input data source that contains stream data.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Storage/Blob")]
public class BlobStreamInputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Storage/Blob")>]
type BlobStreamInputDataSource = class
inherit StreamInputDataSource
Public Class BlobStreamInputDataSource
Inherits StreamInputDataSource
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
BlobStreamInputDataSource() |
Initializes a new instance of the BlobStreamInputDataSource class. |
BlobStreamInputDataSource(IList<StorageAccount>, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the BlobStreamInputDataSource class. |
Properties
Container |
Gets or sets 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 |
Gets or sets the date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. |
PathPattern |
Gets or sets 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 |
Gets or sets the partition count of the blob input data source. Range 1 - 256. |
StorageAccounts |
Gets or sets a list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. |
TimeFormat |
Gets or sets the time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. |
Applies to
Azure SDK for .NET