GridFSFindOptions(TFileId).Limit Property (original) (raw)
MongoDB .NET Driver API Documentation
GridFSFindOptionsTFileIdLimit Property
Gets or sets the maximum number of documents to return.
Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public Nullable Limit { get; set; }
Public Property Limit As Nullable(Of Integer) Get Set
member Limit : Nullable with get, set
Property Value
Type: NullableInt32
The maximum number of documents to return.
See Also