Writer

interface Writer

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getTagString(tags: List<SegmentTag>): String
Link copied to clipboard
open fun parseTags(profile: DatasetProfile, removePrefixes: Boolean = true): List<SegmentTag>

Get just the user tags that we prefix, without the prefix.

Link copied to clipboard
abstract suspend fun write(    profile: DatasetProfile,     orgId: String,     datasetId: String): WriteResult

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard