This page documents how a delta is computed on ingestion mappings.
An ingestion mapping consists of:
- Mapping Name
- Mapping Kind
- Mapping Formatted as JSON
Inputs for ingestion mappings are:
Kusto Command | Condition |
---|---|
.create-or-alter ingestion mapping | Mapping exists in the target but either doesn't exist in the current or is different. |
.drop ingestion mapping | Mapping exists in the current but doesn't in the target. |