Class RazorClientOptions
The Razor Client Options
Inherited Members
Namespace: Noxum.Nova.Razor.Client
Assembly: Noxum.Nova.Razor.Client.dll
Syntax
public sealed class RazorClientOptions
Properties
BaseUrl
Razor API Base Url (default: "http://razor-api:9080/apis/razor/v1/") // gitleaks:allow
Declaration
public string BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
The password. May be empty for instances running inside the cluster.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RetryCount
Number of retries to reconnect to the Razor API (default: 6)
Declaration
public int RetryCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Timeout
The timeout for a single Razor API call. (Default: 100 sec.)
Declaration
public TimeSpan Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
UserName
The user name (default: $razor)
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |