Click or drag to resize

DocumentT Class

Provides an interface for interacting with documents within Couchbase Server
Inheritance Hierarchy
SystemObject
  CouchbaseDocumentT

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.5.7-alpha1

The DocumentT type exposes the following members.

Constructors
  NameDescription
Public methodDocumentT
Initializes a new instance of the DocumentT class
Top
Properties
  NameDescription
Public propertyCas
The "Check and Set" value for enforcing optimistic concurrency
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.
Public propertyId
The unique identifier for the document
Public propertyToken
Gets the mutation token for the operation if enhanced durability is enabled.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also