Class RequestUtilization
Target scaling by request utilization. Only applicable in the App Engine flexible environment.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class RequestUtilization : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
TargetConcurrentRequests
Target number of concurrent requests.
Declaration
[JsonProperty("targetConcurrentRequests")]
public virtual int? TargetConcurrentRequests { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
TargetRequestCountPerSecond
Target requests per second.
Declaration
[JsonProperty("targetRequestCountPerSecond")]
public virtual int? TargetRequestCountPerSecond { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |