Skip to main content

DeltaAdapter

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Source file

plugins/comparative-adapters/src/DeltaAdapter/configSchema.ts

DeltaAdapter - Slots

slot: assemblyNames

assemblyNames: {
type: 'stringArray',
defaultValue: [],
description:
'Array of assembly names to use for this file. The target assembly name is the first value in the array, query assembly name is the second',
}

slot: targetAssembly

alternative to assembly names

targetAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames: the target assembly name',
}

slot: queryAssembly

alternative to assembly names

queryAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames: the query assembly name',
}

slot: deltaLocation

deltaLocation: {
type: 'fileLocation',
defaultValue: { uri: '/path/to/file.delta', locationType: 'UriLocation' },
}