---
title: allowsCellularAccess
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckoperation/allowscellularaccess
---

# allowsCellularAccess

A Boolean value that indicates whether the operation can send data over the cellular network.

## Declaration

```swift
var allowsCellularAccess: Bool { get set }
```

## Discussion

Discussion When you send or receive many records, or when you send records with large assets, you might set this property to false to avoid consuming too much of the user’s cellular data bandwidth. The default value is true. When this property is false, the operation fails if Wi-Fi isn’t available.

## See Also

### Deprecated Properties

- [container](cloudkit/ckoperation/container.md)
- [isLongLived](cloudkit/ckoperation/islonglived.md)
- [timeoutIntervalForRequest](cloudkit/ckoperation/timeoutintervalforrequest.md)
- [timeoutIntervalForResource](cloudkit/ckoperation/timeoutintervalforresource.md)
