Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 5.17 KB

entitypropertysourcepartialupdatedto.md

File metadata and controls

14 lines (11 loc) · 5.17 KB

EntityPropertySourcePartialUpdateDto

Fields

Field Type Required Description
name string Unique identifier for the entity property source.
description string Detailed context and purpose of the entity property source.
tags string[] Tags for categorization and search.
sql string SQL query defining the data source
timestampColumn string Optional column name for timestamp.
timestampAsDay boolean Indicates if the timestamp is treated as a day.
idTypeMapping components.EntityPropertySourcePartialUpdateDtoIdTypeMapping[] Mappings of Statsig units to their columns.