public class QuickIOFolderStatisticResult
Folder Statistics
QuickIOFolderStatisticResult(UInt64 folderCount, UInt64 fileCount, UInt64 size)
Creates new Instance of QuickIOFolderStatisticResult - internal access only
internal void QuickIOFolderStatisticResult(UInt64 folderCount, UInt64 fileCount, UInt64 size)
Parameters
folderCount
UInt64Folder Count
fileCount
UInt64File Count
size
UInt64Total TotalBytes
FileCount
File Count
public UInt64 FileCount { get; set; }
FolderCount
Folder Count
public UInt64 FolderCount { get; set; }
TotalBytes
Total TotalBytes
public UInt64 TotalBytes { get; set; }