Class GoogleAnalyticsAdminV1betaAccessQuota
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.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaAccessQuota : IDirectResponseSchema
Properties
ConcurrentRequests
Properties can use up to 50 concurrent requests.
Declaration
[JsonProperty("concurrentRequests")]
public virtual GoogleAnalyticsAdminV1betaAccessQuotaStatus ConcurrentRequests { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1betaAccessQuotaStatus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerErrorsPerProjectPerHour
Properties and cloud project pairs can have up to 50 server errors per hour.
Declaration
[JsonProperty("serverErrorsPerProjectPerHour")]
public virtual GoogleAnalyticsAdminV1betaAccessQuotaStatus ServerErrorsPerProjectPerHour { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1betaAccessQuotaStatus |
TokensPerDay
Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
Declaration
[JsonProperty("tokensPerDay")]
public virtual GoogleAnalyticsAdminV1betaAccessQuotaStatus TokensPerDay { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1betaAccessQuotaStatus |
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
[JsonProperty("tokensPerHour")]
public virtual GoogleAnalyticsAdminV1betaAccessQuotaStatus TokensPerHour { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1betaAccessQuotaStatus |
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
[JsonProperty("tokensPerProjectPerHour")]
public virtual GoogleAnalyticsAdminV1betaAccessQuotaStatus TokensPerProjectPerHour { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1betaAccessQuotaStatus |