Class: DatadogAPIClient::V2::DatastorePrimaryKeyGenerationStrategy

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

Overview

Can be set to uuid to automatically generate primary keys when new items are added. Default value is none, which requires you to supply a primary key for each new item.

Constant Summary collapse

NONE =
"none".freeze
UUID =
"uuid".freeze

Method Summary

Methods included from BaseEnumModel

included