<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ProgressManager/Properties",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation15ProgressManagerC10PropertiesO"
  },
  "title" : "ProgressManager.Properties"
}
-->

# ProgressManager.Properties

```
@frozen enum Properties
```

## Topics

### Instance Properties

[`var completedByteCount: ProgressManager.Properties.CompletedByteCount.Type`](/documentation/Foundation/ProgressManager/Properties/completedByteCount-swift.property)

The number of completed bytes.

[`var completedFileCount: ProgressManager.Properties.CompletedFileCount.Type`](/documentation/Foundation/ProgressManager/Properties/completedFileCount-swift.property)

The number of completed files.

[`var estimatedTimeRemaining: ProgressManager.Properties.EstimatedTimeRemaining.Type`](/documentation/Foundation/ProgressManager/Properties/estimatedTimeRemaining-swift.property)

The amount of time remaining in the processing of files.

[`var throughput: ProgressManager.Properties.Throughput.Type`](/documentation/Foundation/ProgressManager/Properties/throughput-swift.property)

The throughput, in bytes per second.

[`var totalByteCount: ProgressManager.Properties.TotalByteCount.Type`](/documentation/Foundation/ProgressManager/Properties/totalByteCount-swift.property)

The total number of bytes.

[`var totalFileCount: ProgressManager.Properties.TotalFileCount.Type`](/documentation/Foundation/ProgressManager/Properties/totalFileCount-swift.property)

The total number of files.

### Enumerations

[`enum CompletedByteCount`](/documentation/Foundation/ProgressManager/Properties/CompletedByteCount-swift.enum)

[`enum CompletedFileCount`](/documentation/Foundation/ProgressManager/Properties/CompletedFileCount-swift.enum)

[`enum EstimatedTimeRemaining`](/documentation/Foundation/ProgressManager/Properties/EstimatedTimeRemaining-swift.enum)

[`enum Throughput`](/documentation/Foundation/ProgressManager/Properties/Throughput-swift.enum)

[`enum TotalByteCount`](/documentation/Foundation/ProgressManager/Properties/TotalByteCount-swift.enum)

[`enum TotalFileCount`](/documentation/Foundation/ProgressManager/Properties/TotalFileCount-swift.enum)

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Copyable`](/documentation/Swift/Copyable)

---

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)