AssetStore Class
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 class AssetStore : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.AssetStore>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.AssetStore>
type AssetStore = class
interface IJsonModel<AssetStore>
interface IPersistableModel<AssetStore>
Public Class AssetStore
Implements IJsonModel(Of AssetStore), IPersistableModel(Of AssetStore)
- Inheritance
-
AssetStore
- Implements
Constructors
| Name | Description |
|---|---|
| AssetStore(String, String) |
Initializes a new instance of AssetStore. |
Properties
| Name | Description |
|---|---|
| ConnectionString |
The connection string for the asset store. |
| ContainerName |
The name of the blob container within the asset store where extracted assets (for example, images) are stored. |