ServiceGetStatisticsResponse type

Contains response data for the getStatistics operation.

type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders &
  BlobServiceStatistics & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: BlobServiceStatistics
      parsedHeaders: ServiceGetStatisticsHeaders
    }
  }