Migration Center v1 API - Class AggregationResult.Types.Sum (1.0.0)

public sealed class AggregationResult.Types.Sum : IMessage<AggregationResult.Types.Sum>, IEquatable<AggregationResult.Types.Sum>, IDeepCloneable<AggregationResult.Types.Sum>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class AggregationResult.Types.Sum.

The result of a sum aggregation.

Inheritance

object > AggregationResult.Types.Sum

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Sum()

public Sum()

Sum(Sum)

public Sum(AggregationResult.Types.Sum other)
Parameter
NameDescription
otherAggregationResultTypesSum

Properties

Value

public double Value { get; set; }
Property Value
TypeDescription
double