Skip to content

Commit f425da6

Browse files
Revert "DMD-765 timestampType support in API"
1 parent 4242671 commit f425da6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

apiary.apib

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,11 +2320,6 @@ If there is no column datatype specified (column.definition.type or column.baset
23202320
+ Attributes
23212321
+ name (required) - New table name
23222322
+ primaryKeysNames[] (string) - Has to be subset of column names and not nullable.
2323-
+ timestampType (optional, enum[string]) - Standard storage tables internally manage a _timestamp column which is updated on each import with the current timestamp. This option allows to prevent internal _timestamp column creation.
2324-
+ Members
2325-
+ MANAGED
2326-
+ NONE
2327-
+ Default: MANAGED
23282323
+ columns[] (required) - definition of table columns
23292324
+ name (required, string) - column name
23302325
+ definition (object) - column settings
@@ -10287,10 +10282,6 @@ Requesting changes will remove all approvals and move the Merge request to `deve
1028710282
+ enclosure (optional) - Field enclosure used in the CSV file. The default value is '"'. (Note: you can specify either the `enclosure` or `escapedBy` parameter, not both.)
1028810283
+ escapedBy (optional) - Escape character used in the CSV file. The default value is an empty value - no escape character is used. (Note: you can specify either the `enclosure` or `escapedBy` parameter, not both.)
1028910284
+ primaryKey (optional) - Primary key of a table. If the primary key is set, updates can be done on the table. See CSV incremental import. The primary key can be also composed by multiple columns; the columns must be separated by a comma.
10290-
+ timestampType (optional, enum[string]) - Type of internal timestamp column only MANAGED value now supported, meaning that _timestamp column managed by storage is created.
10291-
+ Members
10292-
+ MANAGED
10293-
+ Default: MANAGED
1029410285
1029510286
### CreateTableDefinitionAsyncFile(CreateTableDefinitionAsyncBase)
1029610287

0 commit comments

Comments
 (0)