Click or drag to resize

IDocumentT Interface

Provides an interface for interacting with documents within Couchbase Server

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.7.4-rev-0

The IDocumentT type exposes the following members.

Properties
  NameDescription
Public propertyCas
The "Check and Set" value for enforcing optimistic concurrency
(Inherited from IDocument.)
Public propertyContent
The value representing the document itself
Public propertyExpiry
The time-to-live or TTL for the document before it's evicted from disk in milliseconds.
(Inherited from IDocument.)
Public propertyId
The unique identifier for the document
(Inherited from IDocument.)
Public propertyToken
Gets the mutation token for the operation if enhanced durability is enabled.
(Inherited from IDocument.)
Top
See Also