DocumentApiClientPutDocumentAsync Method |
Name | Description | |
---|---|---|
PutDocumentAsyncT(String, T, PutDocumentQuery, ApiClientSerializationOptions, DocumentHeaderProperties) |
Replaces the document with the provided document ID with the one in
the body, provided there is such a document and no precondition is
violated.
| |
PutDocumentAsyncT(String, String, T, PutDocumentQuery, DocumentHeaderProperties) |
Replaces the document based on its Document ID with the one in
the body, provided there is such a document and no precondition is
violated.
|