Table of Contents

Class CollectionDeleteOneOptions<T>

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

Options for deleting a document from a collection.

public class CollectionDeleteOneOptions<T> : BaseDeleteOneOptions where T : class

Type Parameters

T
Inheritance
CollectionDeleteOneOptions<T>
Derived
Inherited Members

Properties

Sort

Sort order for determining which document to delete when multiple match the filter.

public CollectionSortBuilder<T> Sort { get; set; }

Property Value

CollectionSortBuilder<T>