NatsClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a NATS cluster.
namespace Aspire.NATS.Net;
public sealed class NatsClientSettings{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string of the NATS cluster to connect to.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the NATS health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.