Table of Contents

Class ApplicationInfoCollection

Namespace
Steeltoe.Discovery.Eureka.AppInfo
Assembly
Steeltoe.Discovery.Eureka.dll

Represents a collection of applications in Eureka server.

public sealed class ApplicationInfoCollection : IReadOnlyCollection<ApplicationInfo>, IEnumerable<ApplicationInfo>, IEnumerable
Inheritance
ApplicationInfoCollection
Implements
Inherited Members

Properties

AppsHashCode

public string? AppsHashCode { get; }

Property Value

string

Count

Gets the number of elements in the collection.

public int Count { get; }

Property Value

int

The number of elements in the collection.

ReturnUpInstancesOnly

public bool ReturnUpInstancesOnly { get; }

Property Value

bool

Version

public long? Version { get; }

Property Value

long?

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<ApplicationInfo> GetEnumerator()

Returns

IEnumerator<ApplicationInfo>

An enumerator that can be used to iterate through the collection.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.