Show / Hide Table of Contents

Class RequestUtilization

Target scaling by request utilization. Only applicable in the App Engine flexible environment.

Inheritance
object
RequestUtilization
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class RequestUtilization : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX