Class AggregateFacetOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Options for the aggregate $facet stage.

public sealed class AggregateFacetOptions<TOutput>

Type Parameters

TOutput

The type of the output documents.

Inheritance

object

AggregateFacetOptions

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

object.ToString()

Properties

OutputSerializer

Gets or sets the output serializer.