Table of Contents

Property ArrayFilters

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

ArrayFilters

A set of filters specifying to which array elements an update should apply.

public IEnumerable<ArrayFilterDefinition> ArrayFilters { get; init; }

Property Value

IEnumerable<ArrayFilterDefinition>