Show / Hide Table of Contents

Class SizeAndSunshineStats

Size and sunniness quantiles of a roof, or part of a roof.

Inheritance
object
SizeAndSunshineStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class SizeAndSunshineStats : IDirectResponseSchema

Properties

AreaMeters2

The area of the roof or roof segment, in m^2. This is the roof area (accounting for tilt), not the ground footprint area.

Declaration
[JsonProperty("areaMeters2")]
public virtual float? AreaMeters2 { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroundAreaMeters2

The ground footprint area covered by the roof or roof segment, in m^2.

Declaration
[JsonProperty("groundAreaMeters2")]
public virtual float? GroundAreaMeters2 { get; set; }
Property Value
Type Description
float?

SunshineQuantiles

Quantiles of the pointwise sunniness across the area. If there are N values here, this represents the (N-1)-iles. For example, if there are 5 values, then they would be the quartiles (min, 25%, 50%, 75%, max). Values are in annual kWh/kW like max_sunshine_hours_per_year.

Declaration
[JsonProperty("sunshineQuantiles")]
public virtual IList<float?> SunshineQuantiles { get; set; }
Property Value
Type Description
IList<float?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX