Class CollectionNamespace
Represents a collection namespace.
public sealed class CollectionNamespace : IEquatable<CollectionNamespace>
- Inheritance
-
CollectionNamespace
- Implements
- Inherited Members
Constructors
- CollectionNamespace(DatabaseNamespace, string)
Initializes a new instance of the CollectionNamespace class.
- CollectionNamespace(string, string)
Initializes a new instance of the CollectionNamespace class.
Properties
- CollectionName
Gets the name of the collection.
- DatabaseNamespace
Gets the database namespace.
- FullName
Gets the collection full name.
Methods
- FromFullName(string)
Creates a new instance of the CollectionNamespace class from a collection full name.
- IsValid(string)
Determines whether the specified collection name is valid.