Qlik Sense APIs · Schema

Lake Landing Task Configuration (Replication)

Schema for Lake Landing task configuration

AgentsAnalyticsArtificial IntelligenceBusiness IntelligenceCloudData IntegrationData VisualizationEmbedded AnalyticsEnterpriseMachine-Learning

Properties

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

JSON Schema

qliksense-qtcp-task.settings.lakelanding.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.lakelanding.schema.json",
	"title": "Lake Landing Task Configuration (Replication)",
	"description": "Schema for Lake Landing task configuration",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"fullLoadOnly": {
			"$ref": "task.settings.common.schema.json#/definitions/fullLoadOnly-False"
		},
		"targetEndpoint": {
			"type": "object",
			"description": "Target endpoint configuration",
			"properties": {
				"targetConnection": {
					"type": "string",
					"description": "Target connection ID"
				},
				"targetSchema": {
					"type": "string",
					"description": "Target schema name"
				},
				"targetControlTableSchema": {
					"type": "string",
					"description": "Target control table schema name"
				}
			},
			"additionalProperties": false
		},
		"proxySettings": {
			"$ref": "task.settings.common.schema.json#/definitions/proxySettings"
		},
		"changeDataPartitioning": {
			"type": "object",
			"description": "Change data partitioning",
			"properties": {
				"mode": {
					"mode": "string",
					"description": "Change data partitioning mode",
					"enum": ["PARTITION_OFF", "PARTITION_EVERY"],
					"default": "PARTITION_OFF"
				},
				"partitionEvery": {
					"type": "integer",
					"description": "Change data partitioning interval",
					"default": 60
				},
				"partitionBaseTime": {
					"type": "string",
					"description": "Base time for partitioning",
					"examples": ["2026-06-13T07:06:29.262Z"]
				}
			},
			"additionalProperties": false
		},
		"fullLoadOptions": {
			"type": "object",
			"description": "Full load options",
			"properties": {
				"tableExistsHandling": {
					"$ref": "task.settings.common.schema.json#/definitions/tableExistsHandling"
				},
				"afterFullLoadCompleted": {
					"type": "object",
					"description": "Actions after full load is completed",
					"properties": {
						"stopTask": {
							"$ref": "task.settings.common.schema.json#/definitions/stopTask"
						},
						"createKeyOrUniqueIndex": {
							"$ref": "task.settings.common.schema.json#/definitions/createKeyOrUniqueIndex"
						}
					},
					"additionalProperties": false
				},
				"fullLoadOptionsTuning": {
					"$ref": "task.settings.common.schema.json#/definitions/fullLoadOptionsTuning"
				}
			},
			"additionalProperties": false
		},
		"applyChangesOptions": {
			"type": "object",
			"description": "Apply changes options",
			"properties": {
				"changeProcessingTuning": {
					"$ref": "task.settings.common.schema.json#/definitions/applyChangesOptionsChangeProcessingTuning"
				}
			},
			"additionalProperties": false
		},
		"storeChangesOptions": {
			"type": "object",
			"description": "Options for storing changes",
			"properties": {
				"changeTableHeaderColumn": {
					"$ref": "task.settings.common.schema.json#/definitions/changeTableHeaderColumn"
				}
			},
			"additionalProperties": false
		},
		"errorHandling": {
			"type": "object",
			"description": "Error handling configuration",
			"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"
				}
			},
			"additionalProperties": false
		},
		"metadata": {
			"type": "object",
			"description": "Metadata configuration",
			"properties": {
				"controlTableSelection": {
					"$ref": "task.settings.common.schema.json#/definitions/controlTableSelection"
				},
				"jsonHandling": {
					"$ref": "task.settings.common.schema.json#/definitions/jsonHandling"
				}
			},
			"additionalProperties": false
		},
		"changeProcessingTuning": {
			"type": "object",
			"description": "Change processing tuning",
			"properties": {
				"transactionTuning": {
					"$ref": "task.settings.common.schema.json#/definitions/transactionTuning-TotalMemoryFalse"
				},
				"transactionalApply": {
					"$ref": "task.settings.common.schema.json#/definitions/transactionalApply"
				}
			},
			"additionalProperties": false
		},
		"characterSubstitution": {
			"$ref": "task.settings.common.schema.json#/definitions/characterSubstitution"
		},
		"moreOptions": {
			"$ref": "task.settings.common.schema.json#/definitions/moreOptions"
		},
		"fileAttributes": {
			"type": "object",
			"description": "File attributes",
			"properties": {
				"general": {
					"$ref": "task.settings.common.schema.json#/definitions/fileAttributesGeneral-LakeLanding"
				},
				"changeProcessing": {
					"type": "object",
					"description": "Change processing settings",
					"properties": {
						"applyWhenFullSizeReaches": {
							"type": "integer",
							"description": "Apply changes when full size reaches value",
							"default": 32000
						},
						"applyWhenElapsedTimeReaches": {
							"type": "integer",
							"description": "Apply changes when elapsed time reaches value",
							"default": 60
						}
					},
					"additionalProperties": false
				},
				"metadataFiles": {
					"type": "object",
					"description": "Metadata files settings",
					"properties": {
						"createInTargetFolder": {
							"type": "boolean",
							"description": "Create metadata files in target folder",
							"enum": [true, false],
							"default": false
						}
					},
					"additionalProperties": false
				}
			},
			"additionalProperties": false
		},
		"ddlHandlingPolicy": {
			"$ref": "task.settings.common.schema.json#/definitions/ddlHandlingPolicy"
		},
		"artifactsInfo": {
			"$ref": "task.settings.common.schema.json#/definitions/artifactsInfo"
		},
		"dataProviderType": {
			"$ref": "task.settings.common.schema.json#/definitions/dataProviderType"
		},
		"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",
			"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"
				}
			},
			"additionalProperties": false
		},
		"maximumLobSize": {
			"$ref": "task.settings.common.schema.json#/definitions/maximumLobSize"
		},
		"includeLobColumns": {
			"$ref": "task.settings.common.schema.json#/definitions/includeLobColumns"
		}
	}
}

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.lakelanding.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.