DataSizeStatistics

Namespace: SnowBank.Linq · class

Constructors

DataSizeStatistics

DataSizeStatistics()

Properties

Count

long Count { get; }

Total number of items that have flowed through this point

Size

long Size { get; }

Total size of all items that have flowed through this point

Methods

Add

void Add(int size)