78 строки
5.8 KiB
YAML
78 строки
5.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.monitor.query.models.LogsTable"
|
|
fullName: "com.azure.monitor.query.models.LogsTable"
|
|
name: "LogsTable"
|
|
nameWithType: "LogsTable"
|
|
summary: "Represents a table of results for a logs query."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **LogsTable**"
|
|
constructors:
|
|
- uid: "com.azure.monitor.query.models.LogsTable.LogsTable(java.util.List<com.azure.monitor.query.models.LogsTableCell>,java.util.List<com.azure.monitor.query.models.LogsTableRow>,java.util.List<com.azure.monitor.query.models.LogsTableColumn>)"
|
|
fullName: "com.azure.monitor.query.models.LogsTable.LogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns)"
|
|
name: "LogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns)"
|
|
nameWithType: "LogsTable.LogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns)"
|
|
summary: "Creates an instance of table that contains results of a logs query."
|
|
parameters:
|
|
- description: "All the cells that make up this table."
|
|
name: "allTableCells"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTableCell?alt=com.azure.monitor.query.models.LogsTableCell&text=LogsTableCell\" data-throw-if-not-resolved=\"False\" />>"
|
|
- description: "All the rows in this table."
|
|
name: "tableRows"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTableRow?alt=com.azure.monitor.query.models.LogsTableRow&text=LogsTableRow\" data-throw-if-not-resolved=\"False\" />>"
|
|
- description: "All the columns in this table."
|
|
name: "tableColumns"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTableColumn?alt=com.azure.monitor.query.models.LogsTableColumn&text=LogsTableColumn\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public LogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns)"
|
|
desc: "Creates an instance of table that contains results of a logs query."
|
|
methods:
|
|
- uid: "com.azure.monitor.query.models.LogsTable.getAllTableCells()"
|
|
fullName: "com.azure.monitor.query.models.LogsTable.getAllTableCells()"
|
|
name: "getAllTableCells()"
|
|
nameWithType: "LogsTable.getAllTableCells()"
|
|
summary: "Returns all the cells in this table."
|
|
syntax: "public List<LogsTableCell> getAllTableCells()"
|
|
desc: "Returns all the cells in this table."
|
|
returns:
|
|
description: "all the cells in this table."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTableCell?alt=com.azure.monitor.query.models.LogsTableCell&text=LogsTableCell\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.monitor.query.models.LogsTable.getColumns()"
|
|
fullName: "com.azure.monitor.query.models.LogsTable.getColumns()"
|
|
name: "getColumns()"
|
|
nameWithType: "LogsTable.getColumns()"
|
|
summary: "Returns all the columns in this table."
|
|
syntax: "public List<LogsTableColumn> getColumns()"
|
|
desc: "Returns all the columns in this table."
|
|
returns:
|
|
description: "all the columns in this table."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTableColumn?alt=com.azure.monitor.query.models.LogsTableColumn&text=LogsTableColumn\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.monitor.query.models.LogsTable.getRows()"
|
|
fullName: "com.azure.monitor.query.models.LogsTable.getRows()"
|
|
name: "getRows()"
|
|
nameWithType: "LogsTable.getRows()"
|
|
summary: "Returns all the rows in this table."
|
|
syntax: "public List<LogsTableRow> getRows()"
|
|
desc: "Returns all the rows in this table."
|
|
returns:
|
|
description: "all the rows in this table."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTableRow?alt=com.azure.monitor.query.models.LogsTableRow&text=LogsTableRow\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Represents a table of results for a logs query."
|
|
metadata: {}
|
|
package: "com.azure.monitor.query.models"
|
|
artifact: com.azure:azure-monitor-query:1.5.3
|