<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "swift: 5.9.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftData",
  "identifier" : "/documentation/SwiftData/DataStoreFetchResult",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftData"
    ],
    "preciseIdentifier" : "s:9SwiftData0B16StoreFetchResultV"
  },
  "title" : "DataStoreFetchResult"
}
-->

# DataStoreFetchResult

```
struct DataStoreFetchResult<ModelType, SnapshotType> where ModelType : PersistentModel, SnapshotType : DataStoreSnapshot
```

## Topics

### Initializers

[`init(descriptor: FetchDescriptor<ModelType>, fetchedSnapshots: [SnapshotType], relatedSnapshots: [PersistentIdentifier : SnapshotType])`](/documentation/SwiftData/DataStoreFetchResult/init(descriptor:fetchedSnapshots:relatedSnapshots:))

### Instance Properties

[`let descriptor: FetchDescriptor<ModelType>`](/documentation/SwiftData/DataStoreFetchResult/descriptor)

[`let fetchedSnapshots: [SnapshotType]`](/documentation/SwiftData/DataStoreFetchResult/fetchedSnapshots)

[`let relatedSnapshots: [PersistentIdentifier : SnapshotType]`](/documentation/SwiftData/DataStoreFetchResult/relatedSnapshots)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)