Share via


WebStorage.Origin.Quota Property

Definition

Gets the quota for this origin, for the Web SQL Database API, in bytes.

public virtual long Quota { [Android.Runtime.Register("getQuota", "()J", "GetGetQuotaHandler")] get; }
[<get: Android.Runtime.Register("getQuota", "()J", "GetGetQuotaHandler")>]
member this.Quota : int64

Property Value

the quota, in bytes

Attributes

Remarks

Gets the quota for this origin, for the Web SQL Database API, in bytes. If this origin does not use the Web SQL Database API, this quota will be set to zero.

Java documentation for android.webkit.WebStorage.Origin.getQuota().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to