Skip to content
DocsTry Aspire
DocsTry

ClickHouseServerResource Properties

ClassProperties8 members
A resource that represents a specified container.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Describes the connection string format string used for this resource.
public ReferenceExpression ConnectionStringExpression { get; }
DatabasesSection titled DatabasesIReadOnlyDictionary<string, string>
public IReadOnlyDictionary<string, string> Databases { get; }
HostSection titled HostEndpointReferenceExpression
public EndpointReferenceExpression Host { get; }
PasswordParameterSection titled PasswordParameternullableParameterResource?
public ParameterResource? PasswordParameter { get; }
PortSection titled PortEndpointReferenceExpression
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
public EndpointReference PrimaryEndpoint { get; }
UserNameParameterSection titled UserNameParameternullableParameterResource?
public ParameterResource? UserNameParameter { get; }
UserNameReferenceSection titled UserNameReferenceReferenceExpression
public ReferenceExpression UserNameReference { get; }