UNPKG

@microsoft/msgraph-beta-sdk-external

Version:
29 lines 1.67 kB
import { type IndustryDataRunStatistics } from '@microsoft/msgraph-beta-sdk/models/industryData/index.js'; import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the getStatistics method. */ export interface MicrosoftGraphIndustryDataGetStatisticsRequestBuilder extends BaseRequestBuilder<MicrosoftGraphIndustryDataGetStatisticsRequestBuilder> { /** * Invoke function getStatistics * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise<IndustryDataRunStatistics>} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IndustryDataRunStatistics | undefined>; /** * Invoke function getStatistics * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const MicrosoftGraphIndustryDataGetStatisticsRequestBuilderUriTemplate = "{+baseurl}/external/industryData/runs/microsoft.graph.industryData.getStatistics()"; /** * Metadata for all the requests in the request builder. */ export declare const MicrosoftGraphIndustryDataGetStatisticsRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map