Interface SwiftAccount

    • Method Detail

      • getContainerCount

        long getContainerCount()
      • getObjectCount

        long getObjectCount()
        The total number of objects that are stored in storage for the account.
        Returns:
        total number of objects
      • getBytesUsed

        long getBytesUsed()
        The total number of bytes that are stored in storage for the account.
        Returns:
        total number of bytes
      • getTemporaryUrlKey

        String getTemporaryUrlKey()
        The secret key value for temporary URLs. If not set (null), this header is not returned by this operation.
        Returns:
        the secret key value or null
      • getMetadata

        Map<String,​String> getMetadata()
        The custom account metadata map
        Returns:
        map of name to value of metadata