ServiceGetStatisticsResponse type

Contains response data for the getStatistics operation.

type ServiceGetStatisticsResponse = StorageServiceStats &
  ServiceGetStatisticsHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: StorageServiceStats
      parsedHeaders: ServiceGetStatisticsHeaders
    }
  }