---
title: Snapshot
framework: swiftdata
role: symbol
role_heading: Associated Type
path: swiftdata/datastore/snapshot
---

# Snapshot

## Declaration

```swift
associatedtype Snapshot : DataStoreSnapshot
```

## See Also

### Processing fetch requests

- [fetch(_:)](swiftdata/datastore/fetch(_:).md)
- [DataStoreFetchRequest](swiftdata/datastorefetchrequest.md)
- [DataStoreFetchResult](swiftdata/datastorefetchresult.md)
- [DataStoreSnapshot](swiftdata/datastoresnapshot.md)
- [DataStoreSnapshotValue](swiftdata/datastoresnapshotvalue.md)
- [fetchCount(_:)](swiftdata/datastore/fetchcount(_:).md)
- [fetchIdentifiers(_:)](swiftdata/datastore/fetchidentifiers(_:).md)
