<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MetricKit",
  "identifier" : "/documentation/MetricKit/TotalCellularUploadMetric",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MetricKit"
    ],
    "preciseIdentifier" : "s:9MetricKit019TotalCellularUploadA0V"
  },
  "title" : "TotalCellularUploadMetric"
}
-->

# TotalCellularUploadMetric

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

```
struct TotalCellularUploadMetric
```

## Discussion

This metric corresponds to the [`MetricResult.totalCellularUpload(_:)`](/documentation/MetricKit/MetricResult/totalCellularUpload(_:)) case. It appears only in [`intervalEntries`](/documentation/MetricKit/MetricReport/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.

## Topics

### Measurements

[`let value: Measurement<UnitInformationStorage>`](/documentation/MetricKit/TotalCellularUploadMetric/value)

The total amount of data uploaded over the cellular connection.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)