GetBlobContainerClient(GrainId)
abstract
public abstract BlobContainerClient GetBlobContainerClient(GrainId grainId) Gets the container which should be used for the specified grain.
Parameters
grainIdGrainId- The grain id
Returns
A configured blob client
