Last-Modified Time Stamp Column Name
The collection metadata component that specifies the name of the column that stores the last-modified time stamp of the document.
| Property | Value |
|---|---|
| Default value | LAST_MODIFIED |
| Allowed values | Valid Oracle quoted identifier1 (as defined in Oracle Database SQL Language Reference). If this value contains double quotation marks (") or control characters, SODA replaces them with underscore characters (_). |
| JSON collection metadata document path | lastModifiedColumn.name |
-
Reminder: letter case is significant for a quoted SQL identifier; it is interpreted case-sensitively. ↩