Skip to main content

Class MetaSelector

Namespace: Consul.Filtering
Assembly: Consul.dll

public sealed class MetaSelector : Selector, IEncodable

Inheritance

objectSelectorMetaSelector

Implements

IEncodable

Inherited Members

Selector.Encode() , object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.ReferenceEquals(object, object) , object.ToString()

Constructors

MetaSelector()

public MetaSelector()

MetaSelector(string)

public MetaSelector(string prefix)

Parameters

prefix string

Properties

Prefix

public string Prefix { get; }

Property Value

string

this[string]

public ServiceMetaEntrySelector this[string name] { get; }

Property Value

ServiceMetaEntrySelector

Methods

Encode()

public override string Encode()

Returns

string

IsEmpty()

public Filter IsEmpty()

Returns

Filter