Enum ReturnDocumentDirective
Whether to return the document before or after the replacement.
public enum ReturnDocumentDirective
Fields
After = 1Returns the document as it is after the operation was applied.
Before = 0Returns the document as it was before the operation was applied.