PropertyQuota class

Current state of all quotas for this Analytics Property.

If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.

Constructors

PropertyQuota({QuotaStatus? concurrentRequests, QuotaStatus? potentiallyThresholdedRequestsPerHour, QuotaStatus? serverErrorsPerProjectPerHour, QuotaStatus? tokensPerDay, QuotaStatus? tokensPerHour})
PropertyQuota.fromJson(Map _json)

Properties

concurrentRequests QuotaStatus?
Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
potentiallyThresholdedRequestsPerHour QuotaStatus?
Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverErrorsPerProjectPerHour QuotaStatus?
Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour; Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour.
getter/setter pair
tokensPerDay QuotaStatus?
Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can use 250,000 tokens per day.
getter/setter pair
tokensPerHour QuotaStatus?
Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited