Class DocumentInsertResult
A list of documents returned from an operation.
public class DocumentInsertResult
- Inheritance
-
DocumentInsertResult
- Inherited Members
Properties
Ids
The list of documents returned.
[JsonPropertyName("_id")]
public List<object> Ids { get; set; }
Property Value
Status
The status of the insert.
[JsonPropertyName("status")]
public string Status { get; set; }