Class Aggregation
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class Aggregation
Properties
Total
Declaration
public int Total { get; }
Property Value
Type | Description |
---|---|
Int32 |
Unique
Declaration
public int Unique { get; }
Property Value
Type | Description |
---|---|
Int32 |
Values
Declaration
public IReadOnlyDictionary<string, int> Values { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<String, Int32> |