AzureBlobDataFeedSource Class

Definition

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
AzureBlobDataFeedSource

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:

  • %Y: The year formatted as yyyy
  • %m: The month formatted as MM
  • %d: The day formatted as dd
  • %h: The hour formatted as HH
  • %M: The minute formatted as mm
Container

The name of the blob container.

DataSourceKind

The data source kind.

(Inherited from DataFeedSource)

Methods

UpdateConnectionString(String)

Updates the connection string.

Applies to