• Home
Show / Hide Table of Contents

Class HystrixJsonConfigurationSourceOptions

Inheritance
System.Object
HystrixJsonConfigurationSourceOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixJsonConfigurationSourceOptions

Properties

| Improve this Doc View Source

BaseLocation

Declaration
public string BaseLocation { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LocationPattern

Declaration
public string LocationPattern { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PollingIntervalInMilliseconds

Declaration
public int PollingIntervalInMilliseconds { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.