Class TransactionGetOptionsBuilder
Inheritance
TransactionGetOptionsBuilder
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionGetOptionsBuilder
Fields
|
Edit this page
View Source
Default
Return a new builder with default values (if any).
Declaration
public static readonly TransactionGetOptionsBuilder Default
Field Value
Methods
|
Edit this page
View Source
Build()
Create an instance of TransactionGettOptions from the current state of this builder.
Note this is a new instance, calling Build() several times will return several independent
instances of TransactionGetOptions. ///
Declaration
public TransactionGetOptions Build()
Returns
|
Edit this page
View Source
Create()
Declaration
public static TransactionGetOptionsBuilder Create()
Returns
|
Edit this page
View Source
Span(IRequestSpan)
Specify an optional parent tracing span, if desired. The tracing spans created by this
call with all be children of this.
Declaration
public TransactionGetOptionsBuilder Span(IRequestSpan span)
Parameters
| Type |
Name |
Description |
| IRequestSpan |
span |
The parent tracing span for this operation
|
Returns
|
Edit this page
View Source
Transcoder(ITypeTranscoder)
Specify a specific Transcoder to use when performing the transactional GET.
If none is specified, we default to JsonTranscoder
Declaration
public TransactionGetOptionsBuilder Transcoder(ITypeTranscoder transcoder)
Parameters
Returns