public interface SwiftContainer extends ModelEntity
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getMetadata()
The metadata for the current container.
|
String |
getName()
The name of the Container
|
int |
getObjectCount()
The current object count for this container
|
long |
getTotalSize()
The total size of all the objects within this contain in bytes
|
String getName()
int getObjectCount()
long getTotalSize()
Copyright © 2017. All rights reserved.