Interface RemoteFindIterable<ResultT>

    • Method Detail

      • limit

        RemoteFindIterable<ResultT> limit​(int limit)
        Sets the limit to apply.
        Parameters:
        limit - the limit, which may be 0
        Returns:
        this
      • projection

        RemoteFindIterable<ResultT> projection​(@Nullable
                                               Bson projection)
        Sets a document describing the fields to return for all matching documents.
        Parameters:
        projection - the project document, which may be null.
        Returns:
        this