tsiclient
Version:
--- [//]: <> (This content is similar to https://github.com/MicrosoftDocs/azure-docs/edit/main/includes/tsi-retirement.md)
37 lines (34 loc) • 1.15 kB
TypeScript
import './Interfaces-a66857ee';
import { C as ChartDataOptions } from './ChartDataOptions-a959434c';
declare class TsqExpression extends ChartDataOptions {
private instanceObject;
private variableObject;
constructor(instanceObject: any, variableObject: any, searchSpan: any, colorOrOptionsObject: any, alias?: string, contextMenu?: Array<any>);
toTsq(roundFromTo?: boolean, getEvents?: boolean, getSeries?: boolean): {
getEvents: {};
getSeries?: undefined;
aggregateSeries?: undefined;
} | {
getSeries: {};
getEvents?: undefined;
aggregateSeries?: undefined;
} | {
aggregateSeries: {};
getEvents?: undefined;
getSeries?: undefined;
};
toStatsTsq(fromMillis: any, toMillis: any): {
getEvents: {};
getSeries?: undefined;
aggregateSeries?: undefined;
} | {
getSeries: {};
getEvents?: undefined;
aggregateSeries?: undefined;
} | {
aggregateSeries: {};
getEvents?: undefined;
getSeries?: undefined;
};
}
export default TsqExpression;