You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The reason `multijson` format instead of `json` is used in this example is because a Json Array is considered as
64
67
> `multijson` whereas _JSON Lines_ corresponds to the `json` format. See [__The JSON format__](https://learn.microsoft.com/en-us/azure/data-explorer/ingest-json-formats?tabs=kusto-query-language#the-json-format) for more details.
65
68
66
-
{{ Add example description here }}
67
-
68
69
## PARAMETERS
69
70
70
71
### -Database
71
72
72
-
{{ Fill Database Description }}
73
+
This non mandatory parameter determines which Database in your Cluster will be targetted by your ingest command.
74
+
75
+
> [!NOTE]
76
+
>
77
+
> If not supplied, the Database used will be the one specified when you called [`Connect-Kusto`](Connect-Kusto.md).
This optional parameter indicates how to map data from the source file to the actual columns in the table.
132
+
You can define the format value with the relevant mapping type.
133
+
134
+
To create a new mapping object, checkout [`New-KustoIngestionMapping`](New-KustoIngestionMapping.md) and [`New-KustoColumnMapping`](New-KustoColumnMapping.md) documentations.
135
+
136
+
See [__data mappings__](https://learn.microsoft.com/en-us/kusto/management/mappings?view=microsoft-fabric) for more information.
122
137
123
138
```yaml
124
139
Type: IngestionMapping
@@ -196,22 +211,6 @@ Accept pipeline input: False
196
211
Accept wildcard characters: False
197
212
```
198
213
199
-
### -ProgressAction
200
-
201
-
{{ Fill ProgressAction Description }}
202
-
203
-
```yaml
204
-
Type: ActionPreference
205
-
Parameter Sets: (All)
206
-
Aliases: proga
207
-
208
-
Required: False
209
-
Position: Named
210
-
Default value: None
211
-
Accept pipeline input: False
212
-
Accept wildcard characters: False
213
-
```
214
-
215
214
### CommonParameters
216
215
217
216
This cmdlet supports the common parameters.
@@ -228,3 +227,9 @@ For more information, see [about_CommonParameters](http://go.microsoft.com/fwlin
228
227
## NOTES
229
228
230
229
## RELATED LINKS
230
+
231
+
[__Ingest from storage__](https://learn.microsoft.com/en-us/kusto/management/data-ingestion/ingest-from-storage?view=microsoft-fabric)
0 commit comments