Перейти до основного вмісту

Kusto.Contents

Імпортує дані з Azure Data Explorer (Kusto).

Syntax

Kusto.Contents(
cluster as text,
optional database as text,
optional tableOrQuery as text,
optional options as record
) as table

Remarks

Імпортує дані з вашого екземпляра Azure Data Explorer (Kusto).

Examples

Example #1

Повертає таблицю з відомостями про бурі

Kusto.Contents("help", "Samples", "StormEvents", [])

Result:

Таблиця з відомостями про бурі з бази даних "Samples" у кластері "help"