Interface BlobCheckpointStoreContainerInitializer
-
public interface BlobCheckpointStoreContainerInitializerInterface to be implemented in order to configure the BlobCheckpointStore's container programmatically.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(com.azure.storage.blob.BlobContainerAsyncClient containerAsyncClient)Init the Storage Blob checkpoint store container.
-