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

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

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

The result of a count aggregation.

Inheritance

object > AggregationResult.Types.Count

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Count()

public Count()

Count(Count)

public Count(AggregationResult.Types.Count other)
Parameter
NameDescription
otherAggregationResultTypesCount

Properties

Value

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