Click or drag to resize
Unacknowledged Properties

The ReplaceOneResult. Unacknowledged type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Gets the instance.
Public propertyIsAcknowledged
Gets a value indicating whether the result is acknowleded.
(Overrides ReplaceOneResult.IsAcknowledged.)
Public propertyIsModifiedCountAvailable
Gets a value indicating whether the modified count is available.
(Overrides ReplaceOneResult.IsModifiedCountAvailable.)
Public propertyMatchedCount
Gets the matched count. If IsAcknowledged is false, this will throw an exception.
(Overrides ReplaceOneResult.MatchedCount.)
Public propertyModifiedCount
Gets the modified count. If IsAcknowledged is false, this will throw an exception.
(Overrides ReplaceOneResult.ModifiedCount.)
Public propertyUpsertedId
Gets the upserted id, if one exists. If IsAcknowledged is false, this will throw an exception.
(Overrides ReplaceOneResult.UpsertedId.)
Top
See Also