Data

com.snowplowanalytics.snowplow.analytics.scalasdk.Data$
object Data

Common data types for enriched event

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Data.type

Members list

Concise view

Type members

Classlikes

case class Contexts(contextType: ContextsType) extends ShredProperty

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait ContextsType

Known contexts types of enriched event

Known contexts types of enriched event

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CustomContexts.type
object DerivedContexts.type
case object CustomContexts extends ContextsType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object DerivedContexts extends ContextsType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
sealed trait ShredProperty

Field types of enriched event that can be shredded (self-describing JSONs)

Field types of enriched event that can be shredded (self-describing JSONs)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Contexts
object UnstructEvent.type
case class ShreddedType(shredProperty: ShredProperty, schemaKey: SchemaKey)

The type (contexts/derived_contexts/unstruct_event) and Iglu URI of a shredded type

The type (contexts/derived_contexts/unstruct_event) and Iglu URI of a shredded type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object UnstructEvent extends ShredProperty

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type