<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSPersistentCloudKitContainer/Event",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data",
      "CoreData"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPersistentCloudKitContainerEvent"
  },
  "title" : "NSPersistentCloudKitContainer.Event"
}
-->

# NSPersistentCloudKitContainer.Event

An object that represents activity in a persistent CloudKit container.

```
class Event
```

## Topics

### Inspecting Event Properties

[`type`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/type)

The type of event, either setup, import, or export.

[`identifier`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/identifier)

A unique identifier for the event in a container.

[`storeIdentifier`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/storeIdentifier)

The associated store identifier in the container for the event.

[`succeeded`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/succeeded)

A Boolean value that indicates whether the operation the event represents is successful.

[`startDate`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/startDate)

The start date of the operation that the event represents.

[`endDate`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/endDate)

The end date of the operation that the event represents.

[`error`](/documentation/CoreData/NSPersistentCloudKitContainer/Event/error)

An error that indicates why an operation fails.



---

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)