
com.sinacloud.storage.MetaHeaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
the sdk for sinacloud sc2 servies
The newest version!
package com.sinacloud.storage;
public class MetaHeaders {
public static final String TIMESTEMP = "X-Timestamp";
public static final String OBJECTCOUNT = "X-Container-Object-Count";
public static final String USEDSIZE = "X-Container-Bytes-Used";
public static final String CONTAINERCOUNT = "X-Account-Container-Count";
public static final String ALLOBJECTCOUNT = "X-Account-Object-Count";
public static final String ALLACCOUNTUSEDSIZE = "X-Account-Bytes-Used";
public static final String ALLCONTAINERUSEDSIZE = "X-Container-Bytes-Used";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy