public interface SwiftAccount extends ModelEntity
Modifier and Type | Method and Description |
---|---|
long |
getBytesUsed()
The total number of bytes that are stored in storage for the account.
|
long |
getContainerCount() |
Map<String,String> |
getMetadata()
The custom account metadata map
|
long |
getObjectCount()
The total number of objects that are stored in storage for the account.
|
String |
getTemporaryUrlKey()
The secret key value for temporary URLs.
|
long getContainerCount()
long getObjectCount()
long getBytesUsed()
String getTemporaryUrlKey()
Copyright © 2017. All rights reserved.