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