MeilisearchClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a Meilisearch server using MeilisearchClient.
namespace CommunityToolkit.Aspire.Meilisearch;
public sealed class MeilisearchClientSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Meilisearch health check is disabled or not.
Endpointget; setUri? The endpoint URI string of the Meilisearch server to connect to.
HealthCheckTimeoutget; setint? Gets or sets a integer value that indicates the Meilisearch health check timeout in milliseconds.
MasterKeyget; setstring? The Master Key of the Meilisearch server to connect to.