---
title: DataStoreSnapshotValue
framework: swiftdata
role: symbol
role_heading: Type Alias
path: swiftdata/datastoresnapshotvalue
---

# DataStoreSnapshotValue

## Declaration

```swift
typealias DataStoreSnapshotValue = Codable & Sendable
```

## See Also

### Processing fetch requests

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