DetectedChangesEventArgs::TotalFileSize Property

Gets the cumulative size of all files that are found during change detection.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property long long TotalFileSize {
	long long get ();
}

Property Value

Type: System::Int64
The cumulative size of all files that are found during change detection.

If the total file size cannot be calculated, the value will be -1.

Files that are excluded by the scope filter or skipped are not counted.

Show: