FaasDocumentOperationValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.FaasDocumentOperationValue
See theFaasDocumentOperationValue companion class

Attributes

Companion
class
Source
SemanticAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Delete extends FaasDocumentOperationValue

When an object is deleted.

When an object is deleted.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object Edit extends FaasDocumentOperationValue

When an object is modified.

When an object is modified.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Edit.type
case object Insert extends FaasDocumentOperationValue

When a new object is created.

When a new object is created.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Insert.type