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 SourceBaseLocation
Declaration
public string BaseLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocationPattern
Declaration
public string LocationPattern { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PollingIntervalInMilliseconds
Declaration
public int PollingIntervalInMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |