共用方式為


narrow 外掛程式

適用於: ✅Microsoft網狀架構Azure 數據總管

narrow 寬資料表「取消樞紐」外掛程式插入具有三個數據行的數據表:

  • 資料列編號
  • 欄類型
  • 資料列值 (as string

外掛程式 narrow 主要是為了顯示目的而設計,因為它可讓寬型數據表輕鬆顯示,而不需要水平捲動。

外掛程式是使用運算子叫 evaluate 用的。

語法

T | evaluate narrow()

深入瞭解 語法慣例

範例

下列範例示範讀取 Kusto .show diagnostics 管理命令輸出的簡單方式。

.show diagnostics
 | evaluate narrow()

本身的結果是具有單一數據列和 33 個數據行的 .show diagnostics 數據表。 藉由使用外掛程式, narrow 我們將輸出「輪替」到類似以下的內容:

資料列 資料行
0 IsHealthy True
0 IsRebalanceRequired False
0 IsScaleOutRequired False
0 MachinesTotal 2
0 MachinesOffline 0
0 NodeLastRestartedOn 2017-03-14 10:59:18.9263023
0 AdminLastElectedOn 2017-03-14 10:58:41.6741934
0 ClusterWarmDataCapacityFactor 0.130552847673333
0 ExtentsTotal 136
0 DiskColdAllocationPercentage 5
0 InstancesTargetBasedOnDataCapacity 2
0 TotalOriginalDataSize 5167628070
0 TotalExtentSize 1779165230
0 IngestionsLoadFactor 0
0 IngestionsInProgress 0
0 IngestionsSuccessRate 100
0 MergesInProgress 0
0 BuildVersion 1.0.6281.19882
0 BuildTime 2017-03-13 11:02:44.0000000
0 ClusterDataCapacityFactor 0.130552847673333
0 IsDataWarmingRequired False
0 RebalanceLastRunOn 2017-03-21 09:14:53.8523455
0 DataWarmingLastRunOn 2017-03-21 09:19:54.1438800
0 MergesSuccessRate 100
0 NotHealthyReason [null]
0 IsAttentionRequired False
0 AttentionRequiredReason [null]
0 ProductVersion KustoRelease_2017.03.13.2
0 FailedIngestOperations 0
0 FailedMergeOperations 0
0 MaxExtentsInSingleTable 64
0 TableWithMaxExtents KustoMonitoringPersistentDatabase.KustoMonitoringTable
0 WarmExtentSize 1779165230