---
title: "identifierForNewStore(at:)"
framework: coredata
role: symbol
role_heading: Type Method
path: "coredata/nsincrementalstore/identifierfornewstore(at:)"
---

# identifierForNewStore(at:)

Returns the identifier for the store at a given URL.

## Declaration

```swift
class func identifierForNewStore(at storeURL: URL) -> Any
```

## Parameters

- `storeURL`: The URL of a persistent store.

## Return Value

Return Value The identifier for the store at storeURL.

## See Also

### Accessing Metadata

- [loadMetadata()](coredata/nsincrementalstore/loadmetadata().md)
