Skip to content
Docs Try Aspire

ClickHouseServerResource Properties

Class Properties 8 members
A resource that represents a specified container.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Describes the connection string format string used for this resource.
public ReferenceExpression ConnectionStringExpression { get; }
Databases Section titled Databases IReadOnlyDictionary<string, string>
public IReadOnlyDictionary<string, string> Databases { get; }
Host Section titled Host EndpointReferenceExpression
public EndpointReferenceExpression Host { get; }
PasswordParameter Section titled PasswordParameter nullable ParameterResource?
public ParameterResource? PasswordParameter { get; }
Port Section titled Port EndpointReferenceExpression
public EndpointReferenceExpression Port { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
public EndpointReference PrimaryEndpoint { get; }
UserNameParameter Section titled UserNameParameter nullable ParameterResource?
public ParameterResource? UserNameParameter { get; }
UserNameReference Section titled UserNameReference ReferenceExpression
public ReferenceExpression UserNameReference { get; }