---
title: includeAllBurstAssets
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phfetchoptions/includeallburstassets
---

# includeAllBurstAssets

A Boolean value that determines whether the fetch result includes all assets from burst photo sequences.

## Declaration

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

## Discussion

Discussion When the user takes a sequence of photos in burst mode with the Camera app (on supported devices), the Photos app user interface groups the resulting assets together and allows the user to select favorite members of the sequence. Photos also automatically marks members of the sequence as potential user favorites. If the value is false (the default), fetches that include burst photo sequences return only the user-picked members and representative asset of each sequence. If the value istrue, such fetches include all assets in each sequence.

## See Also

### Limiting Fetch Results

- [fetchLimit](photos/phfetchoptions/fetchlimit.md)
- [includeHiddenAssets](photos/phfetchoptions/includehiddenassets.md)
- [includeAssetSourceTypes](photos/phfetchoptions/includeassetsourcetypes.md)
