SavingsPlanUtilizationSummary.MaxUtilizationPercentage Property

Definition

This is the maximum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2023-03-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the maxUtilizationPercentage value will be equal to the largest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the largest utilization percentage was 90% at hour 5, then the value for the maxUtilizationPercentage in the response will be 90%.

public decimal? MaxUtilizationPercentage { get; }
member this.MaxUtilizationPercentage : Nullable<decimal>
Public ReadOnly Property MaxUtilizationPercentage As Nullable(Of Decimal)

Property Value

Applies to