CarbonIntensityBatchParametersDTO

interface CarbonIntensityBatchParametersDTO {
    endTime?: string;
    location?: string;
    startTime?: string;
}

Properties

endTime?: string

The time at which the workflow we are measuring carbon intensity for ended

CarbonIntensityBatchParametersDTO

location?: string

The location name where workflow is run

CarbonIntensityBatchParametersDTO

startTime?: string

The time at which the workflow we are measuring carbon intensity for started

CarbonIntensityBatchParametersDTO