Show / Hide Table of Contents

Class ReportSummaryDatabaseFinding

DatabaseFinding contains an aggregate costs and shapes for a single database type.

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

Properties

AllocatedAssetCount

Output only. Number of database assets which were successfully assigned in this finding.

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

ETag

The ETag of the item.

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

TotalAssets

Output only. Number of database assets in this finding.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX