SearchModelFactory.AssetStore(String, String) Method

Definition

Configuration for an asset store used to store extracted assets such as images.

public static Azure.Search.Documents.KnowledgeBases.Models.AssetStore AssetStore(string connectionString = default, string containerName = default);
static member AssetStore : string * string -> Azure.Search.Documents.KnowledgeBases.Models.AssetStore
Public Shared Function AssetStore (Optional connectionString As String = Nothing, Optional containerName As String = Nothing) As AssetStore

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.

Returns

A new AssetStore instance for mocking.

Applies to