Class: DatadogAPIClient::V2::BulkPutAppsDatastoreItemsRequestDataAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_modeObject

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

#valuesObject

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