Skip to content

SupportingQueryType🔗

Definition🔗

type SupportingQueryType string
const (
    SupportingQueryTypeLogsVolume SupportingQueryType = "logsVolume"
    SupportingQueryTypeLogsSample SupportingQueryType = "logsSample"
    SupportingQueryTypeDataSample SupportingQueryType = "dataSample"
    SupportingQueryTypeInfiniteScroll SupportingQueryType = "infiniteScroll"
)