DataSourceType

public enum DataSourceType : String, CustomStringConvertible, Codable

Undocumented

  • s3

    Undocumented

    Declaration

    Swift

    case s3 = "S3"
  • Undocumented

    Declaration

    Swift

    case sharepoint = "SHAREPOINT"
  • Undocumented

    Declaration

    Swift

    case database = "DATABASE"
  • Undocumented

    Declaration

    Swift

    case salesforce = "SALESFORCE"
  • Undocumented

    Declaration

    Swift

    case onedrive = "ONEDRIVE"
  • Undocumented

    Declaration

    Swift

    case servicenow = "SERVICENOW"
  • Declaration

    Swift

    public var description: String { get }