Edit

Share via


IBlobContainerFactory Interface

Definition

A factory for building container clients for blob storage using grainType and grainId

public interface IBlobContainerFactory
type IBlobContainerFactory = interface
Public Interface IBlobContainerFactory

Methods

Name Description
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.

Applies to