ShareGetStatisticsResponse type

Contains response data for the getStatistics operation.

type ShareGetStatisticsResponse = ShareStats &
  ShareGetStatisticsHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ShareStats
      parsedHeaders: ShareGetStatisticsHeaders
    }
  }