Table of Contents

Class CollectionFindOneAndDeleteOptions<T>

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

Options for finding and deleting a single document from a collection.

public sealed class CollectionFindOneAndDeleteOptions<T> : CollectionDeleteOneOptions<T> where T : class

Type Parameters

T
Inheritance
CollectionFindOneAndDeleteOptions<T>
Inherited Members

Properties

Projection

Define the projection to apply on the returned document.

public IProjectionBuilder Projection { get; set; }

Property Value

IProjectionBuilder