---
title: uploadJobExtensionOptions
framework: Photos
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+]
path: photos/phphotolibrary/uploadjobextensionoptions
---

# uploadJobExtensionOptions

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

## Declaration

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

## Discussion

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.
