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

com.qcloud.cos.transfer.MultipleFileUpload Maven / Gradle / Ivy

The newest version!
package com.qcloud.cos.transfer;

import java.util.Collection;

/**
 * Multiple file download of an entire virtual directory.
 */
public interface  MultipleFileUpload extends Transfer {

    /**
     * Returns the key prefix of the virtual directory being uploaded.
     */
    public String getKeyPrefix();

    /**
     * Returns the name of the bucket to which files are uploaded.
     */
    public String getBucketName();

    /**
     * Returns a collection of sub transfers associated with the multi file upload.
     */
    public Collection getSubTransfers();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy