CouchbaseBucket.UpsertAsync<T> Method (List<IDocument<T>>)Couchbase .NET SDK 2.3.3

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public Task<IDocumentResult<T>[]> UpsertAsync<T>(
	List<IDocument<T>> documents
)

Parameters

documents
Type: System.Collections.Generic.List<IDocument<T>>
The documents to upsert.
Type Parameters
T

Return Value

Type: Task<IDocumentResult<T>[]>
A Task<TResult> list.

Implements

IBucket.UpsertAsync<T>(List<IDocument<T>>)
See Also