AzureBlobDataFeedSource 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 an Azure Blob data source which ingests data into a DataFeed for anomaly detection.
public class AzureBlobDataFeedSource : Azure.AI.MetricsAdvisor.Administration.DataFeedSource
type AzureBlobDataFeedSource = class
inherit DataFeedSource
Public Class AzureBlobDataFeedSource
Inherits DataFeedSource
- Inheritance
Constructors
AzureBlobDataFeedSource(String, String, String) |
Initializes a new instance of the AzureBlobDataFeedSource class. |
Properties
Authentication |
The method used to authenticate to this AzureDataExplorerDataFeedSource. Defaults to Basic. |
BlobTemplate |
This is the template of the Blob file names. For example: /%Y/%m/X_%Y-%m-%d-%h-%M.json. The following parameters are supported:
|
Container |
The name of the blob container. |
DataSourceKind |
The data source kind. (Inherited from DataFeedSource) |
Methods
UpdateConnectionString(String) |
Updates the connection string. |
Applies to
Azure SDK for .NET