@InterfaceStability.Committed
@InterfaceAudience.Public
public interface Document<T>
Represents a Couchbase Server Document which is stored in and retrieved from a AsyncBucket.
| Modifier and Type | Method and Description |
|---|---|
long |
cas()
The last-known CAS value for the
Document (0 if not set). |
T |
content()
The content of the
Document. |
int |
expiry()
The optional expiration time for the
Document (0 if not set). |
String |
id()
The per-bucket unique ID of the
Document. |
Copyright © 2014 Couchbase, Inc.