@itwin/insights-client
Version:
Insights client for the iTwin platform
20 lines • 1.17 kB
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/**
* Reporting
* - Reporting is a resource for aggregating iTwin data to build custom dashboards and integrate iTwin data with your business applications.
* - Create digital twin based reports which can be consumed through business intelligence applications such as Power BI.
* - Leverage the OData feed Data Access to generate reports by combining data from multiple data streams in the digital twin.
*/
export * from "./interfaces/OData";
export * from "./interfaces/Reports";
export * from "./interfaces/AggregationProperties";
export * from "./clients/ReportsClient";
export * from "./clients/ODataClient";
export * from "./clients/AggregationsClient";
export * from "./clients/IReportsClient";
export * from "./clients/IODataClient";
export * from "./clients/IAggregationsClient";
//# sourceMappingURL=index.js.map