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

# VZDiskImageSynchronizationMode.full

Synchronizes data to the permanent storage holding the disk image.

## Declaration

```swift
case full
```

## Discussion

Discussion This mode synchronizes the data with the permanent storage holding the disk image and ensures the data moves from the disk’s internal cache to permanent storage. This ensures there’s no loss of already synchronized data in the case of panic or loss of power.

## See Also

### Disk image synchronization modes

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