Skip to content
DocsTry Aspire
DocsTry

MeilisearchResource Properties

ClassProperties6 members
A resource that represents a Meilisearch
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Meilisearch
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
MasterKeyParameterSection titled MasterKeyParameterParameterResource
Gets the parameter that contains the Meilisearch superuser password.
public ParameterResource MasterKeyParameter { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the Meilisearch. This endpoint is used for all API calls over HTTP.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Meilisearch server.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.