IngestionRequestType

public enum IngestionRequestType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case initialIngestion = "INITIAL_INGESTION"
  • Undocumented

    Declaration

    Swift

    case edit = "EDIT"
  • Undocumented

    Declaration

    Swift

    case incrementalRefresh = "INCREMENTAL_REFRESH"
  • Undocumented

    Declaration

    Swift

    case fullRefresh = "FULL_REFRESH"
  • Declaration

    Swift

    public var description: String { get }