---
title: VZDiskImageSynchronizationMode.none
framework: virtualization
role: symbol
role_heading: Case
path: virtualization/vzdiskimagesynchronizationmode/none
---

# VZDiskImageSynchronizationMode.none

Disables data synchronization with the permanent storage.

## Declaration

```swift
case none
```

## Discussion

Discussion This option doesn’t guarantee data integrity if any error condition occurs, such as disk full on the host, panic, power loss, and so on. This mode is useful when a VM is run only once to perform a task to completion or failure. In that case, the framework can’t safely reuse the disk image on failure. Using this mode may result in improved performance because no synchronization with the underlying storage is necessary.

## See Also

### Disk image synchronization modes

- [VZDiskImageSynchronizationMode.full](virtualization/vzdiskimagesynchronizationmode/full.md)
- [VZDiskImageSynchronizationMode.fsync](virtualization/vzdiskimagesynchronizationmode/fsync.md)
