Share via


HostedVectorStoreContent(String) Constructor

Definition

Initializes a new instance of the HostedVectorStoreContent class.

public:
 HostedVectorStoreContent(System::String ^ vectorStoreId);
public HostedVectorStoreContent(string vectorStoreId);
new Microsoft.Extensions.AI.HostedVectorStoreContent : string -> Microsoft.Extensions.AI.HostedVectorStoreContent
Public Sub New (vectorStoreId As String)

Parameters

vectorStoreId
String

The ID of the hosted file store.

Exceptions

vectorStoreId is null.

vectorStoreId is empty or composed entirely of whitespace.

Applies to