Table of Contents

Class SdkAppOptions

Namespace
RDCore.SDK.Server.Configuration
Assembly
RDCore.SDK.dll

Configuration settings, bound from appsettings.json or overridden from command-line arguments.

public record SdkAppOptions : IEquatable<SdkAppOptions>
Inheritance
SdkAppOptions
Implements
Inherited Members

Properties

Environment

Runtime environment profile options — the host facts VBA semantics depend on.

public SdkEnvironmentOptions Environment { get; set; }

Property Value

SdkEnvironmentOptions

Platform

Platform options.

public SdkPlatformOptions Platform { get; set; }

Property Value

SdkPlatformOptions

Server

LSP Server options.

public SdkServerOptions Server { get; set; }

Property Value

SdkServerOptions

Remarks

Most of these settings may be overridden through command-line arguments.

ServerApp

ServerApp options.

public SdkServerAppOptions ServerApp { get; set; }

Property Value

SdkServerAppOptions

Remarks

Configures a platform server application within the RDCore platform.

Workspace

Workspace options.

public SdkWorkspaceOptions Workspace { get; set; }

Property Value

SdkWorkspaceOptions