Enum ActionType
Lists the types of change used when fetching the delta of Eureka applications.
[JsonConverter(typeof(SnakeCaseAllCapsEnumMemberJsonConverter))]
public enum ActionType
- Extension Methods
Fields
Added = 0Added to Eureka server, since the last fetch.
Deleted = 2Deleted from Eureka server, since the last fetch.
Modified = 1Changed in Eureka server, since the last fetch.