LogsTable Class
- java.
lang. Object - com.
azure. monitor. query. models. LogsTable
- com.
public final class LogsTable
Represents a table of results for a logs query.
Constructor Summary
| Constructor | Description |
|---|---|
| LogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns) |
Creates an instance of table that contains results of a logs query. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Logs |
getAllTableCells()
Returns all the cells in this table. |
|
List<Logs |
getColumns()
Returns all the columns in this table. |
|
List<Logs |
getRows()
Returns all the rows in this table. |
Methods inherited from java.lang.Object
Constructor Details
LogsTable
public LogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns)
Creates an instance of table that contains results of a logs query.
Parameters:
Method Details
getAllTableCells
public List<LogsTableCell> getAllTableCells()
Returns all the cells in this table.
Returns:
getColumns
public List<LogsTableColumn> getColumns()
Returns all the columns in this table.
Returns:
getRows
public List<LogsTableRow> getRows()
Returns all the rows in this table.
Returns: