Show / Hide Table of Contents

Class DiskUtilization

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

Inheritance
object
DiskUtilization
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.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class DiskUtilization : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TargetReadBytesPerSecond

Target bytes read per second.

Declaration
[JsonProperty("targetReadBytesPerSecond")]
public virtual int? TargetReadBytesPerSecond { get; set; }
Property Value
Type Description
int?

TargetReadOpsPerSecond

Target ops read per seconds.

Declaration
[JsonProperty("targetReadOpsPerSecond")]
public virtual int? TargetReadOpsPerSecond { get; set; }
Property Value
Type Description
int?

TargetWriteBytesPerSecond

Target bytes written per second.

Declaration
[JsonProperty("targetWriteBytesPerSecond")]
public virtual int? TargetWriteBytesPerSecond { get; set; }
Property Value
Type Description
int?

TargetWriteOpsPerSecond

Target ops written per second.

Declaration
[JsonProperty("targetWriteOpsPerSecond")]
public virtual int? TargetWriteOpsPerSecond { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX