Skip to content
DocsTry Aspire
DocsTry

ElasticsearchResource Properties

ClassProperties4 members
A resource that represents a Elasticsearch
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Elasticsearch
public ReferenceExpression ConnectionStringExpression { get; }
InternalEndpointSection titled InternalEndpointEndpointReference
Gets the internal endpoint for the Elasticsearch. This endpoint used for communications between nodes in a cluster
public EndpointReference InternalEndpoint { get; }
PasswordParameterSection titled PasswordParameterParameterResource
Gets the parameter that contains the Elasticsearch superuser password.
public ParameterResource PasswordParameter { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the Elasticsearch. This endpoint is used for all API calls over HTTP.
public EndpointReference PrimaryEndpoint { get; }