.show ingestion mapping.show ingestion mapping
显示引入映射(所有引入映射或按名称指定的某个引入映射)。Show the ingestion mappings (all or the one specified by name).
.show
table
TableNameingestion
MappingKindmappings
.show
table
TableNameingestion
MappingKindmappings
.show
table
TableNameingestion
MappingKindmapping
MappingName.show
table
TableNameingestion
MappingKindmapping
MappingName
显示所有映射类型的所有引入映射:Show all ingestion mappings from all mapping types:
.show
table
TableNameingestion
mapping
.show
table
TableNameingestion
mapping
示例Example
.show table MyTable ingestion csv mapping "Mapping1"
.show table MyTable ingestion csv mappings
.show table MyTable ingestion mappings
示例输出Sample output
名称Name | 种类Kind | 映射Mapping |
---|---|---|
mapping1mapping1 | CSVCSV | [{"Name":"rownumber","DataType":"int","CsvDataType":null,"Ordinal":0,"ConstValue":null},{"Name":"rowguid","DataType":"string","CsvDataType":null,"Ordinal":1,"ConstValue":null}] |