public interface IJsonDocumentMetadata
Modifier and Type | Method and Description |
---|---|
Etag |
getEtag()
Current document etag, used for concurrency checks (null to skip check)
|
String |
getKey()
Key of a document.
|
Date |
getLastModified()
Last modified date for the document
|
RavenJObject |
getMetadata()
RavenJObject representing document's metadata.
|
Boolean |
getNonAuthoritativeInformation()
Indicates whether this document is non authoritative (modified by uncommitted transaction).
|
void |
setEtag(Etag etag)
Current document etag, used for concurrency checks (null to skip check)
|
void |
setKey(String key)
Key of a document.
|
void |
setLastModified(Date lastModified)
Last modified date for the document
|
void |
setMetadata(RavenJObject obj)
RavenJObject representing document's metadata.
|
void |
setNonAuthoritativeInformation(Boolean nonAuthoritativeInformation)
Indicates whether this document is non authoritative (modified by uncommitted transaction).
|
RavenJObject getMetadata()
void setMetadata(RavenJObject obj)
obj
- String getKey()
void setKey(String key)
key
- Boolean getNonAuthoritativeInformation()
void setNonAuthoritativeInformation(Boolean nonAuthoritativeInformation)
nonAuthoritativeInformation
- Etag getEtag()
void setEtag(Etag etag)
etag
- Date getLastModified()
void setLastModified(Date lastModified)
lastModified
- Copyright © 2016. All Rights Reserved.