DataCubeExecutionResult: {
    executedQuery: string;
    executedSQL?: string;
    executionTime: number;
    result: TDSExecutionResult;
}

Type declaration

  • executedQuery: string
  • OptionalexecutedSQL?: string
  • executionTime: number
  • result: TDSExecutionResult