Class: DatadogAPIClient::V2::ObservabilityPipelineEnrichmentTableFileSchemaItemsType

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

Overview

Declares allowed data types for enrichment table columns.

Constant Summary collapse

STRING =
"string".freeze
BOOLEAN =
"boolean".freeze
INTEGER =
"integer".freeze
FLOAT =
"float".freeze
DATE =
"date".freeze
TIMESTAMP =
"timestamp".freeze

Method Summary

Methods included from BaseEnumModel

included