Table of Contents

Property ProcessedCount

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

ProcessedCount

Gets the count of processed items. Equal to zero until SetProcessedCount has been called.

int ProcessedCount { get; }

Property Value

int

The count of processed items.