Property DeleteManyOptions
DeleteManyOptions
Gets options for DeleteManyAsync(String, IReadOnlyCollection<MapValue>, DeleteManyOptions, CancellationToken) API if
this operation was performed by
DeleteManyAsync(String, IReadOnlyCollection<MapValue>, DeleteManyOptions, CancellationToken).
Declaration
public DeleteManyOptions DeleteManyOptions { get; }
Property Value
| Type | Description |
|---|---|
| DeleteManyOptions |
The options for DeleteManyAsync(String, IReadOnlyCollection<MapValue>, DeleteManyOptions, CancellationToken) API if
this operation was performed by
DeleteManyAsync(String, IReadOnlyCollection<MapValue>, DeleteManyOptions, CancellationToken), otherwise null.
|