<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHPhotoLibrary/uploadJobExtensionOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHPhotoLibrary(py)uploadJobExtensionOptions"
  },
  "title" : "uploadJobExtensionOptions"
}
-->

# uploadJobExtensionOptions

The options for the calling app’s background asset resource upload job configuration.

```
var uploadJobExtensionOptions: PHAssetResourceUploadJobOptions? { get }
```

## Discussion

The value is `nil` if the extension isn’t enabled or the caller isn’t authorized. Otherwise, the value is an
options object with default values if the configuration exists but no options have been set.

---

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)