---
title: TotalCellularDownloadMetric
framework: metrickit
role: symbol
role_heading: Structure
path: metrickit/totalcellulardownloadmetric
---

# TotalCellularDownloadMetric

A metric that measures the total data downloaded over a cellular connection.

## Declaration

```swift
struct TotalCellularDownloadMetric
```

## Discussion

Discussion This metric corresponds to the MetricResult.totalCellularDownload(_:) case. It appears only in intervalEntries and is not included in state entries. This value covers all cellular data regardless of whether the connection used LTE, 5G, or another technology. This type replaces the cumulativeCellularDownload property of MXNetworkTransferMetric.

## Topics

### Measurements

- [value](metrickit/totalcellulardownloadmetric/value.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Network metrics

- [TotalWiFiUploadMetric](metrickit/totalwifiuploadmetric.md)
- [TotalWiFiDownloadMetric](metrickit/totalwifidownloadmetric.md)
- [TotalCellularUploadMetric](metrickit/totalcellularuploadmetric.md)
