DataSchema Struct
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.
Data schema of the input data source. The default is OneTable.
public readonly struct DataSchema : IEquatable<Azure.AI.AnomalyDetector.DataSchema>
type DataSchema = struct
Public Structure DataSchema
Implements IEquatable(Of DataSchema)
- Inheritance
-
DataSchema
- Implements
Constructors
DataSchema(String) |
Initializes a new instance of DataSchema. |
Properties
MultiTable |
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. |
OneTable |
OneTable means that your input data is in one CSV file, which contains one time stamp column and several variable columns. The default DataSchema value is OneTable. |
Methods
Equals(DataSchema) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataSchema, DataSchema) |
Determines if two DataSchema values are the same. |
Implicit(String to DataSchema) |
Converts a string to a DataSchema. |
Inequality(DataSchema, DataSchema) |
Determines if two DataSchema values are not the same. |
Applies to
Azure SDK for .NET