---
title: burstIdentifier
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phasset/burstidentifier
---

# burstIdentifier

The unique identifier shared by photo assets from the same burst sequence.

## Declaration

```swift
var burstIdentifier: String? { get }
```

## 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. The Photos framework identifies a burst sequence as a group of assets sharing the same burst identifier string.

## See Also

### Related Documentation

- [fetchAssets(withBurstIdentifier:options:)](photos/phasset/fetchassets(withburstidentifier:options:).md)

### Working with Burst Photo Assets

- [burstSelectionTypes](photos/phasset/burstselectiontypes.md)
- [PHAssetBurstSelectionType](photos/phassetburstselectiontype.md)
- [representsBurst](photos/phasset/representsburst.md)
