---
title: es_event_unmount_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_unmount_t
---

# es_event_unmount_t

A type for an event that indicates the unmounting of a file system.

## Declaration

```swift
struct es_event_unmount_t
```

## Topics

### Inspecting Event Properties

- [statfs](endpointsecurity/es_event_unmount_t/statfs.md)
- [reserved](endpointsecurity/es_event_unmount_t/reserved.md)

### Initializers

- [init(statfs:reserved:)](endpointsecurity/es_event_unmount_t/init(statfs:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### File System Mounting Event Types

- [es_event_mount_t](endpointsecurity/es_event_mount_t.md)
- [es_event_remount_t](endpointsecurity/es_event_remount_t.md)
