DistributionMetricName
public enum DistributionMetricName : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case requests = "Requests" -
Undocumented
Declaration
Swift
case bytesdownloaded = "BytesDownloaded" -
Undocumented
Declaration
Swift
case bytesuploaded = "BytesUploaded" -
Undocumented
Declaration
Swift
case totalerrorrate = "TotalErrorRate" -
Undocumented
Declaration
Swift
case http4xxerrorrate = "Http4xxErrorRate" -
Undocumented
Declaration
Swift
case http5xxerrorrate = "Http5xxErrorRate" -
Declaration
Swift
public var description: String { get }
View on GitHub
DistributionMetricName Enumeration Reference