case class AnalyticsMetaData(requestId: String, clientContextId: String, signatureContent: Option[Array[Byte]], metrics: AnalyticsMetrics, warnings: Seq[AnalyticsWarning], status: AnalyticsStatus) extends Product with Serializable
Additional information returned by the Analytics service after any rows and errors.
- metrics
metrics related to the Analytics request, if they are available
- warnings
any warnings returned from the Analytics service
- status
the raw status string returned from the Analytics service
- Alphabetic
- By Inheritance
- AnalyticsMetaData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AnalyticsMetaData(requestId: String, clientContextId: String, signatureContent: Option[Array[Byte]], metrics: AnalyticsMetrics, warnings: Seq[AnalyticsWarning], status: AnalyticsStatus)
- metrics
metrics related to the Analytics request, if they are available
- warnings
any warnings returned from the Analytics service
- status
the raw status string returned from the Analytics service
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clientContextId: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val metrics: AnalyticsMetrics
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val requestId: String
-
def
signatureAs[T](implicit deserializer: JsonDeserializer[T]): Try[T]
Return any signature content, converted into the application's preferred representation.
Return any signature content, converted into the application's preferred representation.
- T
The rows can be converted into the user's desired type. This can be any type for which an implicit
JsonDeserializer[T]
can be found, and can includecom.couchbase.client.scala.json.JsonObject
, a case class, String, or one of a number of supported third-party JSON libraries.
- val status: AnalyticsStatus
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val warnings: Seq[AnalyticsWarning]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated