DataSchema.MultiTable Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET