AssetStore(String, String) Constructor

Definition

Initializes a new instance of AssetStore.

public AssetStore(string connectionString, string containerName);
new Azure.Search.Documents.KnowledgeBases.Models.AssetStore : string * string -> Azure.Search.Documents.KnowledgeBases.Models.AssetStore
Public Sub New (connectionString As String, containerName As String)

Parameters

connectionString
String

The connection string for the asset store.

containerName
String

The name of the blob container within the asset store where extracted assets (for example, images) are stored.

Exceptions

connectionString or containerName is null.

Applies to