All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.storage.blob.IProgressReceiver Maven / Gradle / Ivy

There is a newer version: 11.0.1
Show newest version
package com.microsoft.azure.storage.blob;

public interface IProgressReceiver {

    /**
     * The callback function invoked as progress is reported.
     *
     * @param bytesTransferred
     *      The total number of bytes transferred during this transaction.
     */
    public void reportProgress(long bytesTransferred);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy