MongoDB.MapReduce.Out C# (CSharp) Метод

Out() публичный Метод

Specifies how to handle the final collection of results
public Out ( Document @out ) : MapReduce
@out Document
Результат MapReduce
        public MapReduce Out(Document @out)
        {
            TryModify();
            Command.OutCollection = @out;
            return this;
        }

Same methods

MapReduce::Out ( String name ) : MapReduce