Table of Contents

Class TagSet

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a replica set member tag set.

public sealed class TagSet : IEquatable<TagSet>
Inheritance
TagSet
Implements
Inherited Members

Constructors

TagSet()

Initializes a new instance of the TagSet class.

TagSet(IEnumerable<Tag>)

Initializes a new instance of the TagSet class.

Properties

IsEmpty

Gets a value indicating whether the tag set is empty.

Tags

Gets the tags.

Methods

ContainsAll(TagSet)

Determines whether the tag set contains all of the required tags.

Equals(TagSet)
Equals(object)
GetHashCode()
ToString()