current_cluster_endpoint()
適用対象: ✅Microsoft Fabric✅Azure データ エクスプローラー✅Azure Monitor✅Microsoft Sentinel
クエリを実行している現在のクラスターのネットワーク エンドポイント (DNS 名) を返します。
クエリ対象の現在の Eventhouse のネットワーク エンドポイント (DNS 名) を返します。
構文
current_cluster_endpoint()
構文規則について詳しく知る。
返品
型 string
の値として、クエリを実行している現在のクラスターのネットワーク エンドポイント (DNS 名)。
クエリ対象の現在の Eventhouse のネットワーク エンドポイント (DNS 名) を、 string
型の値として指定します。
例
print strcat("This query executed on: ", current_cluster_endpoint())