---
title: transactionNumber
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistenthistorytransaction/transactionnumber
---

# transactionNumber

The transaction’s numeric identifier.

## Declaration

```swift
var transactionNumber: Int64 { get }
```

## See Also

### Inspecting Transaction Details

- [author](coredata/nspersistenthistorytransaction/author.md)
- [bundleID](coredata/nspersistenthistorytransaction/bundleid.md)
- [changes](coredata/nspersistenthistorytransaction/changes.md)
- [contextName](coredata/nspersistenthistorytransaction/contextname.md)
- [processID](coredata/nspersistenthistorytransaction/processid.md)
- [storeID](coredata/nspersistenthistorytransaction/storeid.md)
- [timestamp](coredata/nspersistenthistorytransaction/timestamp.md)
- [token](coredata/nspersistenthistorytransaction/token.md)
