Package | Description |
---|---|
net.ravendb.client.connection |
Modifier and Type | Method and Description |
---|---|
protected PutResult |
ServerClient.directPut(RavenJObject metadata,
String key,
Etag etag,
RavenJObject document,
OperationMetadata operationMetadata) |
PutResult |
IDatabaseCommands.put(String key,
Etag guid,
RavenJObject document,
RavenJObject metadata)
Puts the document in the database with the specified key.
|
PutResult |
ServerClient.put(String key,
Etag etag,
RavenJObject document,
RavenJObject metadata) |
Copyright © 2016. All Rights Reserved.