Share via


LogsTableColumn Class

Definition

A column in a table.

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

Properties

Name

The name of this column.

Type

The data type of this column.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToString()

Returns a string that represents the current object.

Explicit Interface Implementations

IJsonModel<LogsTableColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogsTableColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogsTableColumn>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogsTableColumn>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogsTableColumn>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to