DataTypeProperties interface
The data type properties
Properties
database |
Field for database cache retention in days. |
database |
Field for database data retention in days. |
provisioning |
Latest provisioning state of data product. NOTE: This property will not be serialized. It can only be populated by the server. |
state | State of data type. |
state |
Reason for the state of data type. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Field for storage output retention in days. |
visualization |
Url for data visualization. NOTE: This property will not be serialized. It can only be populated by the server. |
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
provisioningState
Latest provisioning state of data product. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
state
State of data type.
state?: string
Property Value
string
stateReason
Reason for the state of data type. NOTE: This property will not be serialized. It can only be populated by the server.
stateReason?: string
Property Value
string
storageOutputRetention
Field for storage output retention in days.
storageOutputRetention?: number
Property Value
number
visualizationUrl
Url for data visualization. NOTE: This property will not be serialized. It can only be populated by the server.
visualizationUrl?: string
Property Value
string
Azure SDK for JavaScript