-
Notifications
You must be signed in to change notification settings - Fork 69
IRoboCopyResultsList
Robert Brenckman edited this page Jan 19, 2022
·
2 revisions
Interface to provide Read-Only access to a RoboCopyResultsList.
- IEnumerable<RoboCopyResults>
- ICloneable
| Property Name | Property Type | Description |
|---|---|---|
| DirectoriesStatistic | IStatistic | Sum of all DirectoryStatistics objects |
| FilesStatistic | IStatistic | Sum of all ByteStatistics objects |
| BytesStatistic | IStatistic | Sum of all FileStatistics objects |
| SpeedStatistic | ISpeedStatistic | Average of all SpeedStatistics objects. |
| Status | IRoboCopyCombinedExitStatus | Sum of all RoboCopyExitStatus objects |
| Count | int | Number of items in the List |
None
| Method Name | Return Type | Description |
|---|---|---|
| GetSpeedStatistics | ISpeedStatistic[] | Get a snapshot of the FilesStatistic objects from this list. |
| GetStatuses | RoboCopyExitStatus[] | Get a snapshot of the FilesStatistic objects from this list. |
| GetFilesStatistics | IStatistic[] | Get a snapshot of the FilesStatistic objects from this list. |
| GetDirectoriesStatistics | IStatistic[] | Get a snapshot of the DirectoriesStatistic objects from this list. |
| GetByteStatistics | IStatistic[] | Get a snapshot of the ByteStatistics objects from this list. |
RoboCommand
- IRoboCommand Interface- RoboCommand
- CopyOptions
- JobOptions
- LoggingOptions
- RetryOptions
- SelectionOptions
- RoboSharpConfiguration
- JobFile
RoboQueue
- RoboQueueResults Objects
- RoboCopyResults- IResults Interface
- RoboCopyResultsList
- IRoboCopyResultsList Interface
ExitStatus Objects
- RoboCopyExitStatus- RoboCopyCombinedExitStatus
- IRoboCopyCombinedExitStatus Interface
Progress Estimator Objects
- IProgressEstimator Interface- ProgressEstimator
- RoboQueueProgressEstimator