DataSourcePropertiesOutput interface
Properties of data source.
Properties
| collection | The reference to collection. |
| created |
The create time of data source. |
| data |
Data source collection moving state. |
| last |
The last modified time of data source. |
Property Details
collection
The reference to collection.
collection?: CollectionReferenceOutput
Property Value
createdAt
The create time of data source.
createdAt?: string
Property Value
string
dataSourceCollectionMovingState
Data source collection moving state.
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
Property Value
"Failed" | "Active" | "Moving"
lastModifiedAt
The last modified time of data source.
lastModifiedAt?: string
Property Value
string