Interface AggregateResponseBatchCursor<T>

    • Method Detail

      • getPostBatchResumeToken

        org.bson.BsonDocument getPostBatchResumeToken()
        Deprecated.
        Returns the postBatchResumeToken.
        Returns:
        the postBatchResumeToken
      • getOperationTime

        org.bson.BsonTimestamp getOperationTime()
        Deprecated.
        Returns the operation time found in the aggregate or getMore response.
        Returns:
        the operation time
      • isFirstBatchEmpty

        boolean isFirstBatchEmpty()
        Deprecated.
        Returns true if the first batch was empty.
        Returns:
        true if the first batch was empty