Class LogsTableColumn

java.lang.Object
com.azure.monitor.query.models.LogsTableColumn

public final class LogsTableColumn extends Object
Represents a column in LogsTable.
  • Constructor Details

    • LogsTableColumn

      public LogsTableColumn(String columnName, LogsColumnType columnType)
      Creates a column in LogsTable.
      Parameters:
      columnName - The name of the column.
      columnType - The data type of the value in this column.
  • Method Details

    • getColumnName

      public String getColumnName()
      Returns the name of the column.
      Returns:
      the name of the column.
    • getColumnType

      public LogsColumnType getColumnType()
      Returns the data type of the value in this column.
      Returns:
      the data type of the value in this column.