Property SearchAfter

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

Namespace

MongoDB.Driver.Search

Assembly

MongoDB.Driver.dll

SearchAfter

Gets or sets the "after" reference point for pagination. When set, the search retrieves documents starting immediately after the specified reference point.

public string SearchAfter { get; set; }

Property Value

string