| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreData |
DatastoreData.attributes(DatastoreDataAttributes attributes) |
DatastoreData |
Datastore.getData()
Core information about a datastore, including its unique identifier and attributes.
|
DatastoreData |
DatastoreData.id(String id) |
DatastoreData |
DatastoreData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DatastoreData |
DatastoreData.type(DatastoreDataType type) |
| Modifier and Type | Method and Description |
|---|---|
List<DatastoreData> |
DatastoreArray.getData()
An array of datastore objects containing their configurations and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
DatastoreArray |
DatastoreArray.addDataItem(DatastoreData dataItem) |
Datastore |
Datastore.data(DatastoreData data) |
void |
Datastore.setData(DatastoreData data) |
| Modifier and Type | Method and Description |
|---|---|
DatastoreArray |
DatastoreArray.data(List<DatastoreData> data) |
void |
DatastoreArray.setData(List<DatastoreData> data) |
| Constructor and Description |
|---|
DatastoreArray(List<DatastoreData> data) |
Copyright © 2026. All rights reserved.