Enum ProjectsResource.LocationsResource.InsightsResource.ConfiguredInsightRequest.AggregationEnum
Required. Aggregation type. Available aggregation could be fetched by calling insight list and
get APIs in BASIC
view.
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public enum ProjectsResource.LocationsResource.InsightsResource.ConfiguredInsightRequest.AggregationEnum
Fields
Name | Description |
---|---|
AGGREGATIONUNSPECIFIED | Unspecified. |
CUSTOMDATERANGE | Insight should be aggregated at the custom date range passed in as the start and end time in the request. |
DAILY | Insight should be aggregated at daily level. |
HOURLY | Insight should be aggregated at hourly level. |
MONTHLY | Insight should be aggregated at monthly level. |
WEEKLY | Insight should be aggregated at weekly level. |