getschema 運算子
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
產生代表輸入表格式架構的數據表。
語法
T |
getschema
深入瞭解 語法慣例。
範例
StormEvents
| getschema
輸出
ColumnName | ColumnOrdinal | DataType | ColumnType |
---|---|---|---|
StartTime | 0 | System.DateTime | Datetime |
EndTime | 1 | System.DateTime | Datetime |
EpisodeId | 2 | System.Int32 | int |
EventId | 3 | System.Int32 | int |
州/省 | 4 | System.String | 字串 |
EventType | 5 | System.String | 字串 |
InjuriesDirect | 6 | System.Int32 | int |
InjuriesIndirect | 7 | System.Int32 | int |
DeathsDirect | 8 | System.Int32 | int |
DeathsIndirect | 9 | System.Int32 | int |
DamageProperty | 10 | System.Int32 | int |
DamageCrops | 11 | System.Int32 | int |
來源 | 12 | System.String | 字串 |
BeginLocation | 13 | System.String | 字串 |
EndLocation | 14 | System.String | 字串 |
BeginLat | 15 | System.Double | real |
BeginLon | 16 | System.Double | real |
EndLat | 17 | System.Double | real |
EndLon | 18 | System.Double | real |
EpisodeNarrative | 19 | System.String | 字串 |
EventNarrative | 20 | System.String | 字串 |
StormSummary | 21 | System.Object | dynamic |