Enum ProjectsResource.LocationsResource.InsightsResource.ListRequest.AggregationEnum
Optional. Aggregation type. The default is 'DAILY'.
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public enum ProjectsResource.LocationsResource.InsightsResource.ListRequest.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. |