DataFormat

sealed class DataFormat

The data format of a file, can be one of the following:

  • CSV – A comma-separated values file.

  • JSON – A JSON file.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Csv : DataFormat
Link copied to clipboard
object Json : DataFormat
Link copied to clipboard
data class SdkUnknown(val value: String) : DataFormat

Properties

Link copied to clipboard
abstract val value: String