---
title: FSBlockmapFlags
framework: fskit
role: symbol
role_heading: Structure
path: fskit/fsblockmapflags
---

# FSBlockmapFlags

Flags that describe the behavior of a blockmap operation.

## Declaration

```swift
struct FSBlockmapFlags
```

## Overview

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

## Topics

### Declaring block map behaviors

- [read](fskit/fsblockmapflags/read.md)
- [write](fskit/fsblockmapflags/write.md)

### Working with raw values

- [init(rawValue:)](fskit/fsblockmapflags/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Supporting types

- [FSCompleteIOFlags](fskit/fscompleteioflags.md)
- [FSEntityIdentifier](fskit/fsentityidentifier.md)
- [FSExtentPacker](fskit/fsextentpacker.md)
- [FSExtentType](fskit/fsextenttype.md)
- [FSMatchResult](fskit/fsmatchresult.md)
- [FSMetadataRange](fskit/fsmetadatarange.md)
- [FSProbeResult](fskit/fsproberesult.md)
