Table of Contents

Class AggregateFacetOptions<TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class AggregateFacetOptions<TOutput>

Type Parameters

TOutput
Inheritance
AggregateFacetOptions<TOutput>
Inherited Members

Constructors

AggregateFacetOptions()

public AggregateFacetOptions()

Properties

OutputSerializer

public IBsonSerializer<TOutput> OutputSerializer { get; set; }

Property Value

IBsonSerializer<TOutput>