Share via


DataSchema.MultiTable Property

Definition

MultiTable means that your input data is separated in multiple CSV files. Each file contains one time stamp column and one variable column, and the CSV file name should indicate the name of the variable. The default DataSchema value is OneTable.

public static Azure.AI.AnomalyDetector.DataSchema MultiTable { get; }
static member MultiTable : Azure.AI.AnomalyDetector.DataSchema
Public Shared ReadOnly Property MultiTable As DataSchema

Property Value

Applies to