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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript