---
title: ProgressManager.Properties
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/progressmanager/properties
---

# ProgressManager.Properties

## Declaration

```swift
@frozen enum Properties
```

## Topics

### Instance Properties

- [completedByteCount](foundation/progressmanager/properties/completedbytecount-swift.property.md)
- [completedFileCount](foundation/progressmanager/properties/completedfilecount-swift.property.md)
- [estimatedTimeRemaining](foundation/progressmanager/properties/estimatedtimeremaining-swift.property.md)
- [throughput](foundation/progressmanager/properties/throughput-swift.property.md)
- [totalByteCount](foundation/progressmanager/properties/totalbytecount-swift.property.md)
- [totalFileCount](foundation/progressmanager/properties/totalfilecount-swift.property.md)

### Enumerations

- [ProgressManager.Properties.CompletedByteCount](foundation/progressmanager/properties/completedbytecount-swift.enum.md)
- [ProgressManager.Properties.CompletedFileCount](foundation/progressmanager/properties/completedfilecount-swift.enum.md)
- [ProgressManager.Properties.EstimatedTimeRemaining](foundation/progressmanager/properties/estimatedtimeremaining-swift.enum.md)
- [ProgressManager.Properties.Throughput](foundation/progressmanager/properties/throughput-swift.enum.md)
- [ProgressManager.Properties.TotalByteCount](foundation/progressmanager/properties/totalbytecount-swift.enum.md)
- [ProgressManager.Properties.TotalFileCount](foundation/progressmanager/properties/totalfilecount-swift.enum.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
