Show / Hide Table of Contents

Class AccessQuota

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.

Inheritance
object
AccessQuota
Implements
IMessage<AccessQuota>
IEquatable<AccessQuota>
IDeepCloneable<AccessQuota>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class AccessQuota : IMessage<AccessQuota>, IEquatable<AccessQuota>, IDeepCloneable<AccessQuota>, IBufferMessage, IMessage

Constructors

AccessQuota()

Declaration
public AccessQuota()

AccessQuota(AccessQuota)

Declaration
public AccessQuota(AccessQuota other)
Parameters
Type Name Description
AccessQuota other

Properties

ConcurrentRequests

Properties can use up to 50 concurrent requests.

Declaration
public AccessQuotaStatus ConcurrentRequests { get; set; }
Property Value
Type Description
AccessQuotaStatus

ServerErrorsPerProjectPerHour

Properties and cloud project pairs can have up to 50 server errors per hour.

Declaration
public AccessQuotaStatus ServerErrorsPerProjectPerHour { get; set; }
Property Value
Type Description
AccessQuotaStatus

TokensPerDay

Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.

Declaration
public AccessQuotaStatus TokensPerDay { get; set; }
Property Value
Type Description
AccessQuotaStatus

TokensPerHour

Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas.

Declaration
public AccessQuotaStatus TokensPerHour { get; set; }
Property Value
Type Description
AccessQuotaStatus

TokensPerProjectPerHour

Properties can use up to 25% of their tokens per project per hour. This amounts to Analytics 360 Properties can use 12,500 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas.

Declaration
public AccessQuotaStatus TokensPerProjectPerHour { get; set; }
Property Value
Type Description
AccessQuotaStatus
In this article
Back to top Generated by DocFX