Show / Hide Table of Contents

Class GoogleDevtoolsRemotebuildbotResourceUsageIOStats

Inheritance
System.Object
GoogleDevtoolsRemotebuildbotResourceUsageIOStats
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class GoogleDevtoolsRemotebuildbotResourceUsageIOStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ReadBytesCount

Declaration
[JsonProperty("readBytesCount")]
public virtual ulong? ReadBytesCount { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

ReadCount

Declaration
[JsonProperty("readCount")]
public virtual ulong? ReadCount { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

ReadTimeMs

Declaration
[JsonProperty("readTimeMs")]
public virtual ulong? ReadTimeMs { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

WriteBytesCount

Declaration
[JsonProperty("writeBytesCount")]
public virtual ulong? WriteBytesCount { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

WriteCount

Declaration
[JsonProperty("writeCount")]
public virtual ulong? WriteCount { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

WriteTimeMs

Declaration
[JsonProperty("writeTimeMs")]
public virtual ulong? WriteTimeMs { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top