IndexColumn Class

Definition

DTO object representing index column.

public class IndexColumn : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.IndexColumn>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.IndexColumn>
public class IndexColumn
type IndexColumn = class
    interface IJsonModel<IndexColumn>
    interface IPersistableModel<IndexColumn>
type IndexColumn = class
Public Class IndexColumn
Implements IJsonModel(Of IndexColumn), IPersistableModel(Of IndexColumn)
Public Class IndexColumn
Inheritance
IndexColumn
Implements

Constructors

IndexColumn()

Initializes a new instance of IndexColumn.

Properties

ColumnName

Specifies the column name.

DataType

Specifies the data type.

Explicit Interface Implementations

IJsonModel<IndexColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IndexColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IndexColumn>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IndexColumn>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IndexColumn>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to