Search Results for

    Show / Hide Table of Contents

    Class DeliveryClientOptions

    The Delivery API Options

    Inheritance
    object
    DeliveryClientOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public sealed class DeliveryClientOptions

    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
    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: $delivery)

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.1.0.21rc