plugin narrow
Berlaku untuk: ✅Microsoft Fabric✅Azure Data Explorer
Plugin narrow
"membuka pivot" tabel lebar ke dalam tabel dengan tiga kolom:
- Nomor baris
- Jenis kolom
- Nilai kolom (sebagai
string
)
Plugin ini narrow
dirancang terutama untuk tujuan tampilan, karena memungkinkan tabel lebar ditampilkan dengan nyaman tanpa perlu pengguliran horizontal.
Plugin dipanggil dengan operator evaluate
.
Sintaks
T | evaluate narrow()
Pelajari selengkapnya tentang konvensi sintaksis.
Contoh
Contoh berikut menunjukkan cara mudah untuk membaca output perintah manajemen Kusto .show diagnostics
.
.show diagnostics
| evaluate narrow()
Hasil dari .show diagnostics
sendiri adalah tabel dengan satu baris dan 33 kolom. Dengan menggunakan plugin narrow
, kita "memutar" output ke sesuatu seperti ini:
Baris | Kolom | Nilai |
---|---|---|
0 | IsHealthy | Benar |
0 | IsRebalanceRequired | Salah |
0 | IsScaleOutRequired | Salah |
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 | Salah |
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 | Salah |
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 |