Click or drag to resize
IBlobRepositoryFactory Interface
Factory for creating a blob repository

Namespace: AccidentalFish.ApplicationSupport.Core.Blobs
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IBlobRepositoryFactory
Methods
  NameDescription
Public methodCreateAsynchronousBlockBlobRepository(String)
Create a blob repository implementation looking at the specified container
Public methodCreateAsynchronousBlockBlobRepository(String, String)
Create a blob repository implementation looking at the specified container in the specified storage account
Top
See Also