Class TableInsertManyResult
Represents the result of inserting multiple rows into a table.
[JsonConverter(typeof(TableInsertManyResultConverter))]
public class TableInsertManyResult
- Inheritance
-
TableInsertManyResult
- Inherited Members
Properties
InsertedCount
The number of documents that were inserted
[JsonIgnore]
public int InsertedCount { get; }
Property Value
InsertedIdTuples
A list of the Ids of the inserted documents
[JsonPropertyName("insertedIds")]
public List<List<object>> InsertedIdTuples { get; set; }