Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (27 loc) · 1.93 KB

File metadata and controls

31 lines (27 loc) · 1.93 KB

CosmotechApi.Dataset

Properties

Name Type Description Notes
id String the Dataset unique identifier [optional] [readonly]
name String the Dataset name [optional]
description String the Dataset description [optional]
ownerId String the User id which own this Dataset [optional] [readonly]
ownerName String the name of the owner [optional] [readonly]
organizationId String the Organization Id related to this Dataset [optional] [readonly]
parentId String the Dataset id which is the parent of this Dataset [optional]
linkedWorkspaceIdList [String] list of workspace linked to this dataset [optional]
twingraphId String the twin graph id [optional]
main Boolean is this the main dataset [optional]
creationDate Number the Dataset creation date [optional] [readonly]
refreshDate Number the last time a refresh was done [optional] [readonly]
sourceType DatasetSourceType [optional]
source SourceInfo [optional]
ingestionStatus IngestionStatusEnum [optional]
twincacheStatus TwincacheStatusEnum [optional]
queries [String] the list of queries [optional]
tags [String] the list of tags [optional]
connector DatasetConnector [optional]
fragmentsIds [String] the list of other Datasets ids to compose as fragments [optional]
validatorId String the validator id [optional]
compatibility [DatasetCompatibility] the list of compatible Solutions versions [optional]
security DatasetSecurity [optional]