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
Platform
Platform options.
public SdkPlatformOptions Platform { get; set; }
Property Value
Server
LSP Server options.
public SdkServerOptions Server { get; set; }
Property Value
Remarks
Most of these settings may be overridden through command-line arguments.
ServerApp
ServerApp options.
public SdkServerAppOptions ServerApp { get; set; }
Property Value
Remarks
Configures a platform server application within the RDCore platform.
Workspace
Workspace options.
public SdkWorkspaceOptions Workspace { get; set; }