Class StorageUsage.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • activeDataSizeInBytes

        public StorageUsage.Builder activeDataSizeInBytes​(Long activeDataSizeInBytes)
        This is the number of bytes of active data (non-archived)
        Parameters:
        activeDataSizeInBytes - the value to set
        Returns:
        this builder
      • archivedDataSizeInBytes

        public StorageUsage.Builder archivedDataSizeInBytes​(Long archivedDataSizeInBytes)
        This is the number of bytes of archived data in object storage
        Parameters:
        archivedDataSizeInBytes - the value to set
        Returns:
        this builder
      • recalledArchivedDataSizeInBytes

        public StorageUsage.Builder recalledArchivedDataSizeInBytes​(Long recalledArchivedDataSizeInBytes)
        This is the number of bytes of recalled data from archived in object store
        Parameters:
        recalledArchivedDataSizeInBytes - the value to set
        Returns:
        this builder