2021-06-24 00:54:48 +03:00
### YamlMime:JavaType
uid : "com.azure.monitor.query.models.LogsQueryResult"
fullName : "com.azure.monitor.query.models.LogsQueryResult"
name : "LogsQueryResult"
nameWithType : "LogsQueryResult"
summary : "The result of a logs query."
inheritances :
2022-08-11 07:43:16 +03:00
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
2021-06-24 00:54:48 +03:00
inheritedMembers :
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
2021-09-14 07:37:33 +03:00
syntax : "public class LogsQueryResult"
2021-06-24 00:54:48 +03:00
constructors :
2022-08-22 08:55:24 +03:00
- uid : "com.azure.monitor.query.models.LogsQueryResult.LogsQueryResult(java.util.List<com.azure.monitor.query.models.LogsTable>,com.azure.core.util.BinaryData,com.azure.core.util.BinaryData,com.azure.core.models.ResponseError)"
fullName : "com.azure.monitor.query.models.LogsQueryResult.LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
name : "LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
nameWithType : "LogsQueryResult.LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
summary : "Creates an instance <xref uid=\"com.azure.monitor.query.models.LogsQueryResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsQueryResult\"></xref> with a list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref>."
parameters :
- description : "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
name : "logsTables"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTable?alt=com.azure.monitor.query.models.LogsTable&text=LogsTable\" data-throw-if-not-resolved=\"False\" />>"
2022-08-22 08:55:24 +03:00
- description : "The query execution statistics."
name : "statistics"
type : "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description : "The visualization information for the logs query."
name : "visualization"
type : "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description : "The error details if there was an error executing the query."
name : "error"
type : "<xref href=\"com.azure.core.models.ResponseError?alt=com.azure.core.models.ResponseError&text=ResponseError\" data-throw-if-not-resolved=\"False\" />"
syntax : "public LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
desc : "Creates an instance <xref uid=\"com.azure.monitor.query.models.LogsQueryResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsQueryResult\"></xref> with a list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref>."
2021-06-24 00:54:48 +03:00
methods :
2022-08-22 08:55:24 +03:00
- uid : "com.azure.monitor.query.models.LogsQueryResult.getAllTables()"
fullName : "com.azure.monitor.query.models.LogsQueryResult.getAllTables()"
name : "getAllTables()"
nameWithType : "LogsQueryResult.getAllTables()"
summary : "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
syntax : "public List<LogsTable> getAllTables()"
desc : "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
returns :
description : "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.monitor.query.models.LogsTable?alt=com.azure.monitor.query.models.LogsTable&text=LogsTable\" data-throw-if-not-resolved=\"False\" />>"
2022-08-22 08:55:24 +03:00
- uid : "com.azure.monitor.query.models.LogsQueryResult.getError()"
fullName : "com.azure.monitor.query.models.LogsQueryResult.getError()"
name : "getError()"
nameWithType : "LogsQueryResult.getError()"
summary : "Returns the error details if there was an error executing the query."
syntax : "public ResponseError getError()"
desc : "Returns the error details if there was an error executing the query."
returns :
description : "the error details if there was an error executing the query."
type : "<xref href=\"com.azure.core.models.ResponseError?alt=com.azure.core.models.ResponseError&text=ResponseError\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.monitor.query.models.LogsQueryResult.getQueryResultStatus()"
fullName : "com.azure.monitor.query.models.LogsQueryResult.getQueryResultStatus()"
name : "getQueryResultStatus()"
nameWithType : "LogsQueryResult.getQueryResultStatus()"
summary : "Returns the status of the query result."
syntax : "public LogsQueryResultStatus getQueryResultStatus()"
desc : "Returns the status of the query result."
returns :
description : "the status of the query result."
type : "<xref href=\"com.azure.monitor.query.models.LogsQueryResultStatus?alt=com.azure.monitor.query.models.LogsQueryResultStatus&text=LogsQueryResultStatus\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.monitor.query.models.LogsQueryResult.getStatistics()"
fullName : "com.azure.monitor.query.models.LogsQueryResult.getStatistics()"
name : "getStatistics()"
nameWithType : "LogsQueryResult.getStatistics()"
summary : "Returns the query statistics."
syntax : "public BinaryData getStatistics()"
desc : "Returns the query statistics."
returns :
description : "the query statistics."
type : "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.monitor.query.models.LogsQueryResult.getTable()"
fullName : "com.azure.monitor.query.models.LogsQueryResult.getTable()"
name : "getTable()"
nameWithType : "LogsQueryResult.getTable()"
summary : "The primary <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
syntax : "public LogsTable getTable()"
desc : "The primary <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
returns :
description : "The primary <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
type : "<xref href=\"com.azure.monitor.query.models.LogsTable?alt=com.azure.monitor.query.models.LogsTable&text=LogsTable\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.monitor.query.models.LogsQueryResult.getVisualization()"
fullName : "com.azure.monitor.query.models.LogsQueryResult.getVisualization()"
name : "getVisualization()"
nameWithType : "LogsQueryResult.getVisualization()"
summary : "Returns the visualization information for the logs query."
syntax : "public BinaryData getVisualization()"
desc : "Returns the visualization information for the logs query."
returns :
description : "the visualization information for the logs query."
type : "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
2021-06-24 00:54:48 +03:00
type : "class"
2022-08-11 07:43:16 +03:00
desc : "The result of a logs query."
2021-06-24 00:54:48 +03:00
metadata : {}
package : "com.azure.monitor.query.models"
2022-09-22 07:25:56 +03:00
artifact : com.azure:azure-monitor-query:1.0.10