DatabaseTableProperties interface
Database table properties.
Properties
| memory |
Whether or not the table is memory optimized. |
| temporal |
The table temporal type. |
Property Details
memoryOptimized
Whether or not the table is memory optimized.
memoryOptimized?: boolean
Property Value
boolean
temporalType
The table temporal type.
temporalType?: string
Property Value
string