Skip to content
DocsTry Aspire
DocsTry

MeilisearchClientSettings Properties

ClassProperties4 members
Provides the client configuration settings for connecting to a Meilisearch server using MeilisearchClient.
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the Meilisearch health check is disabled or not.
public bool DisableHealthChecks { get; set; }
EndpointSection titled EndpointnullableUri?
The endpoint URI string of the Meilisearch server to connect to.
public Uri? Endpoint { get; set; }
HealthCheckTimeoutSection titled HealthCheckTimeoutnullableint?
Gets or sets a integer value that indicates the Meilisearch health check timeout in milliseconds.
public int? HealthCheckTimeout { get; set; }
MasterKeySection titled MasterKeynullablestring?
The Master Key of the Meilisearch server to connect to.
public string? MasterKey { get; set; }