Class SwiftAccountImpl

    • Constructor Detail

      • SwiftAccountImpl

        protected SwiftAccountImpl()
    • Method Detail

      • getObjectCount

        public long getObjectCount()
        Description copied from interface: SwiftAccount
        The total number of objects that are stored in storage for the account.
        Specified by:
        getObjectCount in interface SwiftAccount
        Returns:
        total number of objects
      • getBytesUsed

        public long getBytesUsed()
        Description copied from interface: SwiftAccount
        The total number of bytes that are stored in storage for the account.
        Specified by:
        getBytesUsed in interface SwiftAccount
        Returns:
        total number of bytes
      • getTemporaryUrlKey

        public String getTemporaryUrlKey()
        Description copied from interface: SwiftAccount
        The secret key value for temporary URLs. If not set (null), this header is not returned by this operation.
        Specified by:
        getTemporaryUrlKey in interface SwiftAccount
        Returns:
        the secret key value or null