DataTypeUpdateProperties interface
The updatable properties of the DataType.
Properties
database |
Field for database cache retention in days. |
database |
Field for database data retention in days. |
state | State of data type. |
storage |
Field for storage output retention in days. |
Property Details
databaseCacheRetention
Field for database cache retention in days.
databaseCacheRetention?: number
Property Value
number
databaseRetention
Field for database data retention in days.
databaseRetention?: number
Property Value
number
state
State of data type.
state?: string
Property Value
string
storageOutputRetention
Field for storage output retention in days.
storageOutputRetention?: number
Property Value
number