Qlik Sense APIs · Schema

Landing Task Settings

Schema for Landing task settings configuration

AgentsAnalyticsArtificial IntelligenceBusiness IntelligenceCloudData IntegrationData VisualizationEmbedded AnalyticsEnterpriseMachine-Learning

Properties

Name Type Description
fullLoadOnly object
artifactsInfo object
errorHandling object Error handling configuration
landingDwSettings object
landingStorageSettings object
landingAppRuntime object Landing application runtime settings
maximumLobSize object
includeLobColumns object
landingType string Type of landing engine
proxySettings object
fileAttributes object File attributes
changeProcessingTuning object Change processing tuning configuration
applyChangesOptions object Apply changes options
metadata object Metadata configuration
characterSubstitution object
moreOptions object
storeChangesOptions object Options for storing changes
fullLoadOptions object Full load options
ddlHandlingPolicy object
View JSON Schema on GitHub

JSON Schema

qliksense-qtcp-task.settings.landing.schema.json Raw ↑
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.settings.landing.schema.json",	
	"title": "Landing Task Settings",
	"description": "Schema for Landing task settings configuration",
	"type": "object",
	"additionalProperties": false,
	"required": ["landingDwSettings"],
	"properties": {
		"fullLoadOnly": {
			"$ref": "task.settings.common.schema.json#/definitions/fullLoadOnly-True"
		},
		"artifactsInfo": {
			"$ref": "task.settings.common.schema.json#/definitions/artifactsInfo"
		},
		"errorHandling": {
			"type": "object",
			"description": "Error handling configuration",
			"additionalProperties": false,
			"properties": {
				"applyConflicts": {
					"$ref": "task.settings.common.schema.json#/definitions/errorHandlingApplyConflicts"
				},
				"data": {
					"$ref": "task.settings.common.schema.json#/definitions/errorHandlingData"
				},
				"tableError": {
					"$ref": "task.settings.common.schema.json#/definitions/errorHandlingTableError"
				},
				"environmental": {
					"$ref": "task.settings.common.schema.json#/definitions/errorHandlingEnvironmental"
				}
			}
		},
		"landingDwSettings": {
			"$ref": "task.settings.common.schema.json#/definitions/landingDwSettings"
		},
		"landingStorageSettings": {
			"$ref": "task.settings.common.schema.json#/definitions/locationSettings"
		},
		"landingAppRuntime": {
			"type": "object",
			"description": "Landing application runtime settings",
			"additionalProperties": false,
			"properties": {
				"tableLoadInParallel": {
					"type": "integer",
					"description": "Number of tables to load in parallel",
					"default": 5
				},
				"changeProcessingInterval": {
					"type": "integer",
					"description": "Change processing interval",
					"default": 60
				},
				"sourceCdcFetchIntervalMinutes": {
					"type": "integer",
					"description": "Source CDC fetch interval in minutes",
					"default": 60
				},
				"cdcSettings": {
					"$ref": "task.settings.common.schema.json#/definitions/cdcSettings"
				},
				"initialLoadMode": {
					"$ref": "task.settings.common.schema.json#/definitions/initialLoadMode"
				},
				"workloadExecutionEngine": {
					"$ref": "task.settings.common.schema.json#/definitions/workloadExecutionEngine"
				}
			}
		},
		"maximumLobSize": {
			"$ref": "task.settings.common.schema.json#/definitions/maximumLobSize"
		},
		"includeLobColumns": {
			"$ref": "task.settings.common.schema.json#/definitions/includeLobColumns"
		},
		"landingType": {
			"type": "string",
			"description": "Type of landing engine",
			"enum": ["REPLICATE","PRECOG"],
			"default": "REPLICATE"
		},
		"proxySettings": {
			"$ref": "task.settings.common.schema.json#/definitions/proxySettings"
		},
		"fileAttributes": {
			"type": "object",
			"description": "File attributes",
			"additionalProperties": false,
			"properties": {
				"general": {
					"$ref": "task.settings.common.schema.json#/definitions/fileAttributesGeneral-Landing"
				}
			}
		},
		"changeProcessingTuning": {
			"type": "object",
			"description": "Change processing tuning configuration",
			"additionalProperties": false,
			"properties": {
				"batchApply": {
					"$ref": "task.settings.common.schema.json#/definitions/batchApply"
				},
				"batchSplitSize": {
					"$ref": "task.settings.common.schema.json#/definitions/batchSplitSize"
				},
				"transactionTuning": {
					"$ref": "task.settings.common.schema.json#/definitions/transactionTuning-TotalMemoryTrue"
				},
				"transactionalApply": {
					"$ref": "task.settings.common.schema.json#/definitions/transactionalApply"
				}
			}
		},
		"applyChangesOptions": {
			"type": "object",
			"description": "Apply changes options",
			"additionalProperties": false,
			"properties": {
				"changeProcessingTuning": {
					"$ref": "task.settings.common.schema.json#/definitions/applyChangesOptionsChangeProcessingTuning"
				}
			}
		},
		"metadata": {
			"type": "object",
			"description": "Metadata configuration",
			"additionalProperties": false,
			"properties": {
				"lobHandling": {
					"$ref": "task.settings.common.schema.json#/definitions/lobHandling"
				},
				"controlTableSelection": {
					"$ref": "task.settings.common.schema.json#/definitions/controlTableSelection"
				},
				"jsonHandling": {
					"$ref": "task.settings.common.schema.json#/definitions/jsonHandling"
				}
			}
		},
		"characterSubstitution": {
			"$ref": "task.settings.common.schema.json#/definitions/characterSubstitution"
		},
		"moreOptions": {
			"$ref": "task.settings.common.schema.json#/definitions/moreOptions"
		},
		"storeChangesOptions": {
			"type": "object",
			"description": "Options for storing changes",
			"additionalProperties": false,
			"properties": {
				"changeTableHeaderColumn": {
					"$ref": "task.settings.common.schema.json#/definitions/changeTableHeaderColumn"
				}
			}
		},
		"fullLoadOptions": {
			"type": "object",
			"description": "Full load options",
			"additionalProperties": false,
			"properties": {
				"tableExistsHandling": {
					"$ref": "task.settings.common.schema.json#/definitions/tableExistsHandling"
				},
				"afterFullLoadCompleted": {
					"type": "object",
					"description": "Actions after full load is completed",
					"additionalProperties": false,
					"properties": {
						"createKeyOrUniqueIndex": {
							"$ref": "task.settings.common.schema.json#/definitions/createKeyOrUniqueIndex"
						}
					}
				},
				"fullLoadOptionsTuning": {
					"$ref": "task.settings.common.schema.json#/definitions/fullLoadOptionsTuning"
				}
			}
		},
		"ddlHandlingPolicy": {
			"$ref": "task.settings.common.schema.json#/definitions/ddlHandlingPolicy"
		}
	}
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/qliksense-qtcp-task.settings.landing.schema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.