TimelineResultsMetadata Class

Expansion result metadata.

All required parameters must be populated in order to send to Azure.

Inheritance
TimelineResultsMetadata

Constructor

TimelineResultsMetadata(*, total_count: int, aggregations: List[azure.mgmt.securityinsight.models._models_py3.TimelineAggregation], errors: Optional[List[azure.mgmt.securityinsight.models._models_py3.TimelineError]] = None, **kwargs)

Variables

total_count
int

Required. the total items found for the timeline request.

aggregations
list[TimelineAggregation]

Required. timeline aggregation per kind.

errors
list[TimelineError]

information about the failure queries.