Show / Hide Table of Contents

Class DiskUsageSample

Disk usage sample. Values are across all disks.

Inheritance
object
DiskUsageSample
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DiskUsageSample : IDirectResponseSchema

Properties

AverageIops

Optional. Average IOPS sampled over a short window. Must be non-negative. If read or write are set, the sum of read and write will override the value of the average_iops.

Declaration
[JsonProperty("averageIops")]
public virtual float? AverageIops { get; set; }
Property Value
Type Description
float?

AverageReadIops

Optional. Average read IOPS sampled over a short window. Must be non-negative. If both read and write are zero they are ignored.

Declaration
[JsonProperty("averageReadIops")]
public virtual float? AverageReadIops { get; set; }
Property Value
Type Description
float?

AverageWriteIops

Optional. Average write IOPS sampled over a short window. Must be non-negative. If both read and write are zero they are ignored.

Declaration
[JsonProperty("averageWriteIops")]
public virtual float? AverageWriteIops { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX