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