Show / Hide Table of Contents

Class ReportSummaryAssetAggregateStats

Aggregate statistics for a collection of assets.

Inheritance
object
ReportSummaryAssetAggregateStats
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 ReportSummaryAssetAggregateStats : IDirectResponseSchema

Properties

CoreCountHistogram

Histogram showing a distribution of logical CPU core counts.

Declaration
[JsonProperty("coreCountHistogram")]
public virtual ReportSummaryHistogramChartData CoreCountHistogram { get; set; }
Property Value
Type Description
ReportSummaryHistogramChartData

ETag

The ETag of the item.

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

MemoryBytesHistogram

Histogram showing a distribution of memory sizes.

Declaration
[JsonProperty("memoryBytesHistogram")]
public virtual ReportSummaryHistogramChartData MemoryBytesHistogram { get; set; }
Property Value
Type Description
ReportSummaryHistogramChartData

MemoryUtilizationChart

Total memory split into Used/Free buckets.

Declaration
[JsonProperty("memoryUtilizationChart")]
public virtual ReportSummaryUtilizationChartData MemoryUtilizationChart { get; set; }
Property Value
Type Description
ReportSummaryUtilizationChartData

OperatingSystem

Count of assets grouped by Operating System families.

Declaration
[JsonProperty("operatingSystem")]
public virtual ReportSummaryChartData OperatingSystem { get; set; }
Property Value
Type Description
ReportSummaryChartData

StorageBytesHistogram

Histogram showing a distribution of storage sizes.

Declaration
[JsonProperty("storageBytesHistogram")]
public virtual ReportSummaryHistogramChartData StorageBytesHistogram { get; set; }
Property Value
Type Description
ReportSummaryHistogramChartData

StorageUtilizationChart

Total memory split into Used/Free buckets.

Declaration
[JsonProperty("storageUtilizationChart")]
public virtual ReportSummaryUtilizationChartData StorageUtilizationChart { get; set; }
Property Value
Type Description
ReportSummaryUtilizationChartData

TotalAssets

Count of the number of unique assets in this collection.

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

TotalCores

Sum of the CPU core count of all the assets in this collection.

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

TotalMemoryBytes

Sum of the memory in bytes of all the assets in this collection.

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

TotalStorageBytes

Sum of persistent storage in bytes of all the assets in this collection.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX