DataTopic🔗A topic is attached to DataFrame metadata in query results.This specifies where the data should be used.Definition🔗export enum DataTopic { Series = "series", Annotations = "annotations", AlertStates = "alertStates", }