Skip to content
Docs Try Aspire
Docs Try

RavenDBServerSettings

Class net10.0
📦 CommunityToolkit.Aspire.Hosting.RavenDB v13.4.0
Represents the settings for configuring a RavenDB server resource.
namespace CommunityToolkit.Aspire.Hosting.RavenDB;
public class RavenDBServerSettings
{
// ...
}
View all properties
Secured(string, string, string?, string?, X509Certificate2?)static
Creates a secured RavenDB server settings object with the specified configuration.
SecuredWithLetsEncrypt(string, string, string?, string?, X509Certificate2?)static
Creates a secured RavenDB server settings object with the specified configuration.
Unsecuredstatic
Creates an unsecured RavenDB server settings object with default settings.
WithLicense(string, bool)
Configures licensing options for the RavenDB server.
View all methods