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

# FSExtentType

An enumeration of types of extents.

```
enum FSExtentType
```

## Topics

### Working with extent types

[`FSExtentType.data`](/documentation/FSKit/FSExtentType/data)

An extent type to indicate valid data.

[`FSExtentType.zeroFill`](/documentation/FSKit/FSExtentType/zeroFill)

An extent type to indicate uninitialized data.

[`FSExtentType.readOnly`](/documentation/FSKit/FSExtentType/readOnly)

An extent type to indicate read-only data.

### Working with raw values

[`init(rawValue:)`](/documentation/FSKit/FSExtentType/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)