Class AggregateAssetsValuesRequest
A request to aggregate one or more values.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class AggregateAssetsValuesRequest : IDirectResponseSchema
Properties
Aggregations
Array of aggregations to perform. Up to 25 aggregations can be defined.
Declaration
[JsonProperty("aggregations")]
public virtual IList<Aggregation> Aggregations { get; set; }
Property Value
Type | Description |
---|---|
IList<Aggregation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Optional. The aggregation will be performed on assets that match the provided filter.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |