Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class TransactionInsertOptions

Inheritance
object
TransactionInsertOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Client.Transactions.Config
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionInsertOptions

Properties

View Source

Expiry

If set, the document will expire after the specified time.

Declaration
public TimeSpan? Expiry { get; init; }
Property Value
Type Description
TimeSpan?
View Source

Span

This is used as the parent span for all tracing spans created by this operation.

Declaration
public IRequestSpan? Span { get; init; }
Property Value
Type Description
IRequestSpan
View Source

Transcoder

This is used to set the transcoder you would like to use for this data.

Declaration
public ITypeTranscoder? Transcoder { get; init; }
Property Value
Type Description
ITypeTranscoder
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.