Class Storage.GetUsageAndQuotaResponse

java.lang.Object
org.openqa.selenium.devtools.v85.storage.Storage.GetUsageAndQuotaResponse
Enclosing class:
Storage

public static class Storage.GetUsageAndQuotaResponse extends Object
  • Constructor Details

  • Method Details

    • getUsage

      public Number getUsage()
      Storage usage (bytes).
    • getQuota

      public Number getQuota()
      Storage quota (bytes).
    • getUsageBreakdown

      public List<UsageForType> getUsageBreakdown()
      Storage usage per type (bytes).