Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1001 Bytes

ingestion-mappings.md

File metadata and controls

25 lines (16 loc) · 1001 Bytes

Delta on ingestion mappings

This page documents how a delta is computed on ingestion mappings.

Model

An ingestion mapping consists of:

  • Mapping Name
  • Mapping Kind
  • Mapping Formatted as JSON

Inputs

Inputs for ingestion mappings are:

Delta

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.