Values.StatisticsSourceA list of statistics for a session.
type nonrec t = {queueId : QueueId.t option;The queue ID.
*)fleetId : FleetId.t option;The fleet ID.
*)jobId : JobId.t option;The job ID.
*)jobName : JobName.t option;The job name.
*)userId : UserId.t option;The user ID.
*)usageType : UsageType.t option;The type of usage for the statistics.
*)licenseProduct : LicenseProduct.t option;The licensed product.
*)instanceType : InstanceType.t option;The type of instance.
*)count : Integer.t option;The number of instances in a list of statistics.
*)costInUsd : Stats.t option;How the statistics should appear in USD. Options include: minimum, maximum, average or sum.
*)runtimeInSeconds : Stats.t option;The total aggregated runtime.
*)aggregationStartTime : SyntheticTimestamp_date_time.t option;The start time for the aggregation.
*)aggregationEndTime : SyntheticTimestamp_date_time.t option;The end time for the aggregation.
*)}