| Package | Description |
|---|---|
| com.microsoft.azure.loganalytics.models |
This package contains the models classes for LogAnalyticsDataClient.
|
| Modifier and Type | Method | Description |
|---|---|---|
Table |
Table.withColumns(List<Column> columns) |
Set the list of columns in this table.
|
Table |
Table.withName(String name) |
Set the name of the table.
|
Table |
Table.withRows(List<List<Object>> rows) |
Set the resulting rows from this query.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<Table> |
QueryResults.tables() |
Get the list of tables, columns and rows.
|
| Modifier and Type | Method | Description |
|---|---|---|
QueryResults |
QueryResults.withTables(List<Table> tables) |
Set the list of tables, columns and rows.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/