Show / Hide Table of Contents

Class AggregateAssetsValuesRequest

A request to aggregate one or more values.

Inheritance
object
AggregateAssetsValuesRequest
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 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

ShowHidden

Optional. When this value is set to 'true' the response will include all assets, including those that are hidden.

Declaration
[JsonProperty("showHidden")]
public virtual bool? ShowHidden { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX