Preparing search index...
The search index is not available
mongodb
mongodb
MongoDBNamespace
Class MongoDBNamespace
Hierarchy (
view full
)
MongoDBNamespace
MongoDBCollectionNamespace
Index
Constructors
constructor
Properties
collection?
db
Methods
to
String
with
Collection
from
String
Constructors
constructor
new
MongoDBNamespace
(
db
,
collection
?
)
:
MongoDBNamespace
Create a namespace object
Parameters
db
:
string
database name
Optional
collection
:
string
collection name
Returns
MongoDBNamespace
Properties
Optional
collection
collection
?:
string
collection name
db
db
:
string
database name
Methods
to
String
to
String
(
)
:
string
Returns
string
with
Collection
with
Collection
(
collection
)
:
MongoDBCollectionNamespace
Parameters
collection
:
string
Returns
MongoDBCollectionNamespace
Static
from
String
from
String
(
namespace
?
)
:
MongoDBNamespace
Parameters
Optional
namespace
:
string
Returns
MongoDBNamespace
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
collection
db
Methods
to
String
with
Collection
from
String
mongodb
Loading...
Create a namespace object