Class TagSet
Represents a replica set member tag set.
public sealed class TagSet : IEquatable<TagSet>
- Inheritance
-
TagSet
- Implements
- Inherited Members
Constructors
- 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.