ContainerType

@objc
enum ContainerType : Int

Constants that provide information regarding container type of cloud kit worker.

  • The container type of the database containing the user’s private data.

    Declaration

    Swift

    case privateCloudDatabase
  • The container type of the database containing the data shared by all users.

    Declaration

    Swift

    case publicCloudDatabase
  • The container type of the database containing shared user data.

    Declaration

    Swift

    case sharedCloudDatabase