Table of Contents

Class CollectionUpdateManyOptions

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

Options for updating multiple documents in a collection.

public sealed class CollectionUpdateManyOptions : CommandOptions
Inheritance
CollectionUpdateManyOptions
Inherited Members

Properties

Upsert

Whether to insert a new document if the filter does not match any documents.

public bool Upsert { get; set; }

Property Value

bool