Methods (1) Properties (3)
Namespace: SchwabenCode.QuickIO

Syntax

public class QuickIOFolderStatisticResult

Summary

Folder Statistics

Methods

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

UInt64

Folder Count

fileCount

UInt64

File Count

size

UInt64

Total TotalBytes

Properties

FileCount

File Count

public UInt64 FileCount { get; set; }

FolderCount

Folder Count

public UInt64 FolderCount { get; set; }

TotalBytes

Total TotalBytes

public UInt64 TotalBytes { get; set; }