Class IndexClientOptions
The Index API Options
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public sealed class IndexClientOptions
Properties
BaseUrl
Index API Base Url (default: "http://index-api:9080/apis/index/v1/")
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 index api (default: 6)
Declaration
public int RetryCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UserName
The user name (default: $index)
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |