SearchModelFactory.AssetStore(String, String) Method
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.
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.