DataConnection
DataConnection is related with specific project.
type DataConnection {
_: Boolean
dataDifferencesSummary: DataDifferencesSummary
id: ID!
isChecking: Boolean!
isApplyingDataDifferences: Boolean!
lastCheck: DateTime
lastChecked: DateTime! @deprecated
numberOfAssets: Int!
project: Project
projectId: ID!
selectedFolders: [String!]
dataIntegration: DataIntegration!
dataIntegrationId: ID!
include: [String!]
exclude: [String!]
prefix: String
}
Fields
DataConnection._ ● Boolean scalar
DataConnection.dataDifferencesSummary ● DataDifferencesSummary object
Data differences for specific data connection
DataConnection.id ● ID! non-null scalar
Unique id
DataConnection.isChecking ● Boolean! non-null scalar
Checking status, i.e. is computing differences between the project assets and the bucket objects.
DataConnection.isApplyingDataDifferences ● Boolean! non-null scalar
Applying data differences to the project
DataConnection.lastCheck ● DateTime scalar
Last time the project data connection was checked
DataConnection.numberOfAssets ● Int! non-null scalar
Number of assets in connection
DataConnection.project ● Project object
Project identifier of the data connection
DataConnection.projectId ● ID! non-null scalar
Project identifier of the data connection
DataConnection.selectedFolders ● [String!] list scalar
List of selected folders in scope of connection
DataConnection.dataIntegration ● DataIntegration! non-null object
Integration to use to connect to the bucket
DataConnection.dataIntegrationId ● ID! non-null scalar
Integration id to use to connect to the bucket
DataConnection.include ● [String!] list scalar
Include filter on assets
DataConnection.exclude ● [String!] list scalar
Exclude filter on assets
DataConnection.prefix ● String scalar
Prefix filter on assets
Show deprecated
Member Of
Project object