![JAR search and dependency download from the Maven repository](/logo.png)
com.qcloud.cos.internal.ReadLimitInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos_api Show documentation
Show all versions of cos_api Show documentation
qcloud cos sdk for inner tencentyun
The 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