Table of Contents

Enum ActionType

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

Lists the types of change used when fetching the delta of Eureka applications.

[JsonConverter(typeof(SnakeCaseAllCapsEnumMemberJsonConverter))]
public enum ActionType
Extension Methods

Fields

Added = 0

Added to Eureka server, since the last fetch.

Deleted = 2

Deleted from Eureka server, since the last fetch.

Modified = 1

Changed in Eureka server, since the last fetch.