Click or drag to resize
IDocumentT Interface
Provides an interface for interacting with documents within Couchbase Server

Namespace: Couchbase
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IDocument<T>

Type Parameters

T
The type of document.

The IDocumentT 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 evicated from disk
Public propertyId
The unique identifier for the document
Public propertyValue
The value representing the document itself
Top
See Also