---
title: HKStatisticsCollectionQueryDescriptor.Results
framework: healthkit
role: symbol
role_heading: Structure
path: healthkit/hkstatisticscollectionquerydescriptor/results
---

# HKStatisticsCollectionQueryDescriptor.Results

An asynchronous sequence that emits updates from a statistics collection query.

## Declaration

```swift
struct Results
```

## Topics

### Creating an Iterator

- [HKStatisticsCollectionQueryDescriptor.Results.Iterator](healthkit/hkstatisticscollectionquerydescriptor/results/iterator.md)
- [HKStatisticsCollectionQueryDescriptor.Result](healthkit/hkstatisticscollectionquerydescriptor/result.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)

## See Also

### Running Queries

- [result(for:)](healthkit/hkstatisticscollectionquerydescriptor/result(for:).md)
- [results(for:)](healthkit/hkstatisticscollectionquerydescriptor/results(for:).md)
