Class DeliveryClientOptions
The Delivery API Options
Inheritance
System.Object
DeliveryClientOptions
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public sealed class DeliveryClientOptions : object
Properties
BaseUrl
Delivery API Base Url (default: "http://delivery-api:9080/apis/delivery/v1/") // gitleaks:allow
Declaration
public string BaseUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
The password. May be empty for instances running inside the cluster.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RetryCount
Number of retries to reconnect to the index api (default: 6)
Declaration
public int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
The user name (default: $delivery)
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |