Class: DatadogAPIClient::V2::CreateAppsDatastoreRequestDataAttributes

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

Overview

Configuration and metadata to create a new datastore.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



41
42
43
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data_attributes.rb', line 41

def additional_properties
  @additional_properties
end

#descriptionObject

A human-readable description about the datastore.



25
26
27
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data_attributes.rb', line 25

def description
  @description
end

#nameObject

The display name for the new datastore.



28
29
30
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data_attributes.rb', line 28

def name
  @name
end

#org_accessObject

The organization access level for the datastore. For example, 'contributor'.



31
32
33
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data_attributes.rb', line 31

def org_access
  @org_access
end

#primary_column_nameObject

The name of the primary key column for this datastore. Primary column names:



36
37
38
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data_attributes.rb', line 36

def primary_column_name
  @primary_column_name
end

#primary_key_generation_strategyObject

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.



39
40
41
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data_attributes.rb', line 39

def primary_key_generation_strategy
  @primary_key_generation_strategy
end