Show / Hide Table of Contents

Class PerformanceLimits

The enforced performance limits, calculated from the instance's performance configuration.

Inheritance
object
PerformanceLimits
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.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class PerformanceLimits : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MaxIops

Output only. The max IOPS.

Declaration
[JsonProperty("maxIops")]
public virtual long? MaxIops { get; set; }
Property Value
Type Description
long?

MaxReadIops

Output only. The max read IOPS.

Declaration
[JsonProperty("maxReadIops")]
public virtual long? MaxReadIops { get; set; }
Property Value
Type Description
long?

MaxReadThroughputBps

Output only. The max read throughput in bytes per second.

Declaration
[JsonProperty("maxReadThroughputBps")]
public virtual long? MaxReadThroughputBps { get; set; }
Property Value
Type Description
long?

MaxWriteIops

Output only. The max write IOPS.

Declaration
[JsonProperty("maxWriteIops")]
public virtual long? MaxWriteIops { get; set; }
Property Value
Type Description
long?

MaxWriteThroughputBps

Output only. The max write throughput in bytes per second.

Declaration
[JsonProperty("maxWriteThroughputBps")]
public virtual long? MaxWriteThroughputBps { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX