Class CollectionInsertManyResult<T>
- Namespace
- DataStax.AstraDB.DataApi.Collections
- Assembly
- DataStax.AstraDB.DataApi.dll
The result of inserting multiple documents into a collection.
public class CollectionInsertManyResult<T>
Type Parameters
T
- Inheritance
-
CollectionInsertManyResult<T>
- Inherited Members
Properties
InsertedCount
The number of documents that were inserted
public int InsertedCount { get; }
Property Value
InsertedIds
A list of the Ids of the inserted documents
[JsonPropertyName("insertedIds")]
public List<T> InsertedIds { get; set; }
Property Value
- List<T>