---
title: max
framework: combine
role: symbol
role_heading: Instance Property
path: combine/subscribers/demand/max
---

# max

The number of requested values.

## Declaration

```swift
var max: Int? { get }
```

## Discussion

Discussion The value is nil if the demand is unlimited.
