<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSCompleteIOFlags",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:@E@FSCompleteIOFlags"
  },
  "title" : "FSCompleteIOFlags"
}
-->

# FSCompleteIOFlags

Flags that describe the behavior of an I/O completion operation.

```
struct FSCompleteIOFlags
```

## Overview

This type is an option set in Swift.
In Objective-C, the cases of this enumeration combine to create a bit field.

## Topics

### Declaring I/O completion behaviors

[`read`](/documentation/FSKit/FSCompleteIOFlags/read)

A flag that describes a read operation.

[`write`](/documentation/FSKit/FSCompleteIOFlags/write)

A flag that describes a write operation.

[`async`](/documentation/FSKit/FSCompleteIOFlags/async)

A flag that requests that the file system module flush metadata I/O asynchronously.

### Working with raw values

[`init(rawValue:)`](/documentation/FSKit/FSCompleteIOFlags/init(rawValue:))



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)