Class: DatadogAPIClient::V2::DatastoreItemConflictMode

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/datastore_item_conflict_mode.rb

Overview

How to handle conflicts when inserting items that already exist in the datastore.

Constant Summary collapse

FAIL_ON_CONFLICT =
"fail_on_conflict".freeze
OVERWRITE_ON_CONFLICT =
"overwrite_on_conflict".freeze

Method Summary

Methods included from BaseEnumModel

included