Class PerformanceSample
Performance data sample.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class PerformanceSample : IDirectResponseSchema
Properties
Cpu
CPU usage sample.
Declaration
[JsonProperty("cpu")]
public virtual CpuUsageSample Cpu { get; set; }
Property Value
Type | Description |
---|---|
CpuUsageSample |
Disk
Disk usage sample.
Declaration
[JsonProperty("disk")]
public virtual DiskUsageSample Disk { get; set; }
Property Value
Type | Description |
---|---|
DiskUsageSample |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Memory
Memory usage sample.
Declaration
[JsonProperty("memory")]
public virtual MemoryUsageSample Memory { get; set; }
Property Value
Type | Description |
---|---|
MemoryUsageSample |
Network
Network usage sample.
Declaration
[JsonProperty("network")]
public virtual NetworkUsageSample Network { get; set; }
Property Value
Type | Description |
---|---|
NetworkUsageSample |
SampleTime
object representation of SampleTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SampleTimeDateTimeOffset instead.")]
public virtual object SampleTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SampleTimeDateTimeOffset
DateTimeOffset representation of SampleTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SampleTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SampleTimeRaw
Time the sample was collected. If omitted, the frame report time will be used.
Declaration
[JsonProperty("sampleTime")]
public virtual string SampleTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |