Interface SwiftContainer

    • Method Detail

      • getName

        String getName()
        The name of the Container
        Returns:
        the container name
      • getObjectCount

        int getObjectCount()
        The current object count for this container
        Returns:
        the number of objects
      • getTotalSize

        long getTotalSize()
        The total size of all the objects within this contain in bytes
        Returns:
        total size in bytes
      • getMetadata

        Map<String,​String> getMetadata()
        The metadata for the current container. NOTE: This is a lazy call to the server and will invoke each time this method is called.
        Returns:
        The metadata for this container