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

com.qcloud.cos.internal.ReadLimitInfo Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.internal;

public interface ReadLimitInfo {
    /**
     * Returns the read limit for mark-and-reset during retries; or -1 if not
     * available.
     */
    public int getReadLimit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy