| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DdsqlTabularQueryResponse |
DdsqlApi.fetchDdsqlTabularQuery(DdsqlTabularQueryFetchRequest body)
Fetch the result of a DDSQL query.
|
CompletableFuture<DdsqlTabularQueryResponse> |
DdsqlApi.fetchDdsqlTabularQueryAsync(DdsqlTabularQueryFetchRequest body)
Fetch the result of a DDSQL query.
|
ApiResponse<DdsqlTabularQueryResponse> |
DdsqlApi.fetchDdsqlTabularQueryWithHttpInfo(DdsqlTabularQueryFetchRequest body)
Poll a previously submitted DDSQL query for results.
|
CompletableFuture<ApiResponse<DdsqlTabularQueryResponse>> |
DdsqlApi.fetchDdsqlTabularQueryWithHttpInfoAsync(DdsqlTabularQueryFetchRequest body)
Fetch the result of a DDSQL query.
|
| Modifier and Type | Method and Description |
|---|---|
DdsqlTabularQueryFetchRequest |
DdsqlTabularQueryFetchRequest.data(DdsqlTabularQueryFetchRequestData data) |
DdsqlTabularQueryFetchRequest |
DdsqlTabularQueryFetchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.