Table of Contents

Class DeleteResult

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

The result of a delete operation.

public class DeleteResult
Inheritance
DeleteResult
Inherited Members

Properties

DeletedCount

The number of documents deleted.

[JsonPropertyName("deletedCount")]
public int DeletedCount { get; set; }

Property Value

int