Share via


QdrantServerResource(String, ParameterResource) Constructor

Definition

Initializes a new instance of the QdrantServerResource class.

public QdrantServerResource (string name, Aspire.Hosting.ApplicationModel.ParameterResource apiKey);
new Aspire.Hosting.ApplicationModel.QdrantServerResource : string * Aspire.Hosting.ApplicationModel.ParameterResource -> Aspire.Hosting.ApplicationModel.QdrantServerResource
Public Sub New (name As String, apiKey As ParameterResource)

Parameters

name
String

The name of the resource.

apiKey
ParameterResource

A ParameterResource that contains the API Key

Applies to