case class DiagnosticsOptions(reportId: Option[String] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiagnosticsOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
reportId(value: String): DiagnosticsOptions
Sets a report ID that will be returned in the
com.couchbase.client.core.diagnostics.DiagnosticsResult
.Sets a report ID that will be returned in the
com.couchbase.client.core.diagnostics.DiagnosticsResult
.It defaults to a random string
- returns
a copy of this with the change applied, for chaining.
- val reportId: Option[String]