namespace (string) – Specify a complete namespace.
Throws :
“name needs to be fully qualified <db>.<collection>”
The sh._checkFullName() method verifies that a namespace
name is well-formed. If the name has a period . then the
sh._checkFullName() method exits, otherwise it throws
an error.