ElasticClientsElasticsearchSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a Elasticsearch using Elastic.Clients.Elasticsearch.
namespace Aspire.Elastic.Clients.Elasticsearch;
public sealed class ElasticClientsElasticsearchSettings{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesApiKeyget; setstring? The API Key of the Elastic Cloud to connect to.
CloudIdget; setstring? The CloudId of the Elastic Cloud to connect to.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Elasticsearch health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
Endpointget; setUri? The endpoint URI string of the Elasticsearch to connect to.
HealthCheckTimeoutget; setint? Gets or sets a integer value that indicates the Elasticsearch health check timeout in milliseconds.