Class SwiftContainerImpl

    • Constructor Detail

      • SwiftContainerImpl

        public SwiftContainerImpl()
    • Method Detail

      • getObjectCount

        public int getObjectCount()
        Description copied from interface: SwiftContainer
        The current object count for this container
        Specified by:
        getObjectCount in interface SwiftContainer
        Returns:
        the number of objects
      • getTotalSize

        public long getTotalSize()
        Description copied from interface: SwiftContainer
        The total size of all the objects within this contain in bytes
        Specified by:
        getTotalSize in interface SwiftContainer
        Returns:
        total size in bytes
      • getMetadata

        public Map<String,​String> getMetadata()
        Description copied from interface: SwiftContainer
        The metadata for the current container. NOTE: This is a lazy call to the server and will invoke each time this method is called.
        Specified by:
        getMetadata in interface SwiftContainer
        Returns:
        The metadata for this container