Details
-
New Feature
-
Resolution: Won't Fix
-
Major - P3
-
None
-
2.5
-
None
-
java driver
Description
add a duplicate() method in GridFS to support a duplication of a file.
When we duplicate a file ,we can increase the reference count of the metadata of the file,
and when the reference count decrease to 0, we can delete the file indeed.