Property WriteManyOptions
WriteManyOptions
Gets options for
WriteManyAsync API
if this operation was performed by
WriteManyAsync.
Declaration
public WriteManyOptions WriteManyOptions { get; }
Property Value
| Type | Description |
|---|---|
| WriteManyOptions |
The options for
WriteManyAsync API
if this operation was performed by
WriteManyAsync,
otherwise null.
|