Class GoogleAnalyticsAdminV1alphaAccessQuota
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.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccessQuota : IDirectResponseSchema
Properties
ConcurrentRequests
Properties can use up to 50 concurrent requests.
Declaration
[JsonProperty("concurrentRequests")]
public virtual GoogleAnalyticsAdminV1alphaAccessQuotaStatus ConcurrentRequests { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessQuotaStatus |
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 GoogleAnalyticsAdminV1alphaAccessQuotaStatus ServerErrorsPerProjectPerHour { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessQuotaStatus |
TokensPerDay
Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
Declaration
[JsonProperty("tokensPerDay")]
public virtual GoogleAnalyticsAdminV1alphaAccessQuotaStatus TokensPerDay { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessQuotaStatus |
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 GoogleAnalyticsAdminV1alphaAccessQuotaStatus TokensPerHour { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessQuotaStatus |
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 GoogleAnalyticsAdminV1alphaAccessQuotaStatus TokensPerProjectPerHour { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessQuotaStatus |