QdrantClientSettings Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the client configuration settings for connecting to a Qdrant server using QdrantClient.
public sealed class QdrantClientSettings
	type QdrantClientSettings = class
	Public NotInheritable Class QdrantClientSettings
		- Inheritance
 - 
				QdrantClientSettings
 
Constructors
| QdrantClientSettings() | 
Properties
| DisableHealthChecks | 
		 Gets or sets a boolean value that indicates whether the Qdrant client health check is disabled or not.  | 
        	
| Endpoint | 
		 The endpoint URI string of the Qdrant server to connect to.  | 
        	
| HealthCheckTimeout | 
		 Gets or sets the timeout duration for the health check.  | 
        	
| Key | 
		 The API Key of the Qdrant server to connect to.  |