Property IsAcknowledged
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
IsAcknowledged
Gets a value indicating whether the bulk write operation was acknowledged.
public abstract bool IsAcknowledged { get; }
Property Value
- bool
true
if the bulk write operation was acknowledged; otherwise,false
.