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, QuotaStatus? tokensPerProjectPerHour})
- 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 200,000 tokens per day;
Analytics 360 Properties can use 2,000,000 tokens per day.
getter/setter pair
- tokensPerHour ↔ QuotaStatus?
-
Standard Analytics Properties can use up to 40,000 tokens per hour;
Analytics 360 Properties can use 400,000 tokens per hour.
getter/setter pair
- tokensPerProjectPerHour ↔ QuotaStatus?
-
Analytics Properties can use up to 35% of their tokens per project 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