---
title: options
framework: appmigrationkit
role: symbol
role_heading: Instance Property
path: appmigrationkit/migrationrequestwithoptions/options
---

# options

Export options requested by the destination device.

## Declaration

```swift
let options: [OptionsType : Data]
```

## Discussion

Discussion The target operating system of the migration defines the options supported for a migration, if any. Refer to the target operating system documentation to determine the options it supports. tip: The use of migration options is uncommon. If you don’t need migration options, use ResourcesExporting, which uses the no-op MigrationDefaultSupportedOptions type, rather than ResourcesExportingWithOptions.

## See Also

### Inspecting migration request properties

- [destinationPlatform](appmigrationkit/migrationrequestwithoptions/destinationplatform.md)
- [MigrationPlatform](appmigrationkit/migrationplatform.md)
