Table of Contents

Property OnFieldNames

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

OnFieldNames

Field or fields that act as a unique identifier for a document. The identifier determines if a results document matches an already existing document in the output collection.

public IReadOnlyList<string> OnFieldNames { get; set; }

Property Value

IReadOnlyList<string>