Click or drag to resize

IDocument Interface

Base interface for a document.

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

The IDocument type exposes the following members.

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