Class: DatadogAPIClient::V2::BulkPutAppsDatastoreItemsRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BulkPutAppsDatastoreItemsRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/bulk_put_apps_datastore_items_request_data_attributes.rb
Overview
Configuration for bulk inserting multiple items into a datastore.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#conflict_mode ⇒ Object
How to handle conflicts when inserting items that already exist in the datastore.
-
#values ⇒ Object
readonly
An array of items to add to the datastore, where each item is a set of key-value pairs representing the item's data.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/bulk_put_apps_datastore_items_request_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#conflict_mode ⇒ Object
How to handle conflicts when inserting items that already exist in the datastore.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/bulk_put_apps_datastore_items_request_data_attributes.rb', line 25 def conflict_mode @conflict_mode end |
#values ⇒ Object
An array of items to add to the datastore, where each item is a set of key-value pairs representing the item's data. Up to 100 items can be updated in a single request.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/bulk_put_apps_datastore_items_request_data_attributes.rb', line 28 def values @values end |