Forum Discussion
Mike Westaway
Jun 25, 2018Copper Contributor
Log Analytics Data Dictionary
Is there a way to list the tables eg (Alert, Event, Perf, ...) as you would with a relational database by querying a data dictionary?
Evgeny Ternovsky
Microsoft
Jun 25, 2018A command like that does not today exist, but is fairly easy to replicate with the following (somewhat computationally expensive) query:
union withsource=tblName * | distinct tblName
Thanks,
-Evgeny