---
title: Configuration
framework: swiftdata
role: symbol
role_heading: Associated Type
path: swiftdata/datastore/configuration-swift.associatedtype
---

# Configuration

## Declaration

```swift
associatedtype Configuration : DataStoreConfiguration where Self == Self.Configuration.Store
```

## See Also

### Accessing store information

- [configuration](swiftdata/datastore/configuration-swift.property.md)
- [DataStoreConfiguration](swiftdata/datastoreconfiguration.md)
- [identifier](swiftdata/datastore/identifier.md)
- [schema](swiftdata/datastore/schema.md)
