ContinuousExportStatus
public enum ContinuousExportStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case startInProgress = "START_IN_PROGRESS" -
Undocumented
Declaration
Swift
case startFailed = "START_FAILED" -
Undocumented
Declaration
Swift
case active = "ACTIVE" -
Undocumented
Declaration
Swift
case error = "ERROR" -
Undocumented
Declaration
Swift
case stopInProgress = "STOP_IN_PROGRESS" -
Undocumented
Declaration
Swift
case stopFailed = "STOP_FAILED" -
Undocumented
Declaration
Swift
case inactive = "INACTIVE" -
Declaration
Swift
public var description: String { get }
View on GitHub
ContinuousExportStatus Enumeration Reference