Class CmsClientOptions
The CMS API Options
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public sealed class CmsClientOptions
Properties
BaseUrl
CMS API Base Url (default: "http://cms-api:9080/apis/cms/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 |
ReadOnly
Whether the client is read-only. If true, no write operations are allowed (default: false).
Declaration
public bool ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RetryCount
Number of retries to reconnect to the cmsapi (default: 6)
Declaration
public int RetryCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UserName
The user name (default: $cms)
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |