IBlobContainerFactory Interface
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.
A factory for building container clients for blob storage using grainType and grainId
public interface IBlobContainerFactory
type IBlobContainerFactory = interface
Public Interface IBlobContainerFactory
Methods
GetBlobContainerClient(GrainId) |
Gets the container which should be used for the specified grain. |
InitializeAsync(BlobServiceClient) |
Initialize any required dependencies using the provided client and options. |