Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property TotalFileSize As Long
'Usage
Dim instance As DetectedChangesEventArgs
Dim value As Long
value = instance.TotalFileSize
public long TotalFileSize { get; }
public:
property long long TotalFileSize {
long long get ();
}
/** @property */
public long get_TotalFileSize ()
public function get TotalFileSize () : long
Property Value
The cumulative size of all files that are found during change detection.
Remarks
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.
See Also
Reference
DetectedChangesEventArgs Class
DetectedChangesEventArgs Members
Microsoft.Synchronization.Files Namespace