@@ -9,26 +9,28 @@ sh._lastMigration()
99 :param string namespace: The name of a database or collection within the
1010 current database.
1111
12- :returns: a document with fields detailing the most recent migration
12+ :returns: A document with fields detailing the most recent migration
1313 in the specified namespace.
1414
1515 :method:`sh._lastMigration()` returns a document with details about
1616 the last migration performed on the database or collection you specify.
17+
18+ Document details:
1719
18- :field string _id: the id of the migration task
20+ :field string _id: The id of the migration task
1921
20- :field string server: the name of the server
22+ :field string server: The name of the server
2123
22- :field string clientAddr: the IP address and port number of the server.
24+ :field string clientAddr: The IP address and port number of the server.
2325
24- :field ISODate time: the time of the last migration.
26+ :field ISODate time: The time of the last migration.
2527
26- :field string what: the specific type of migration.
28+ :field string what: The specific type of migration.
2729
28- :field string ns: the complete namespace of the collection affected
30+ :field string ns: The complete namespace of the collection affected
2931 by the migration.
3032
31- :field document details: a document containing details about the
33+ :field document details: A document containing details about the
3234 migrated chunk. Includes ``min`` and ``max``
3335 sub-documents with the bounds of the migrated
3436 chunk.
0 commit comments