Table of Contents

Class TableInsertManyResult

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

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

int

InsertedIdTuples

A list of the Ids of the inserted documents

[JsonPropertyName("insertedIds")]
public List<List<object>> InsertedIdTuples { get; set; }

Property Value

List<List<object>>