Table of Contents

Class CollectionInsertOneResult<T>

Namespace
DataStax.AstraDB.DataApi.Collections
Assembly
DataStax.AstraDB.DataApi.dll

The result of inserting a single document into a collection.

public class CollectionInsertOneResult<T>

Type Parameters

T
Inheritance
CollectionInsertOneResult<T>
Inherited Members

Properties

InsertedId

The Id of the inserted document

public T InsertedId { get; }

Property Value

T