Click or drag to resize

ICouchbaseCollectionGetAsync Method

[Missing <summary> documentation for "M:Couchbase.KeyValue.ICouchbaseCollection.GetAsync(System.String,Couchbase.KeyValue.GetOptions)"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
Task<IGetResult> GetAsync(
	string id,
	GetOptions options = null
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Couchbase.KeyValue.ICouchbaseCollection.GetAsync(System.String,Couchbase.KeyValue.GetOptions)"]

options (Optional)
Type: Couchbase.KeyValueGetOptions

[Missing <param name="options"/> documentation for "M:Couchbase.KeyValue.ICouchbaseCollection.GetAsync(System.String,Couchbase.KeyValue.GetOptions)"]

Return Value

Type: TaskIGetResult

[Missing <returns> documentation for "M:Couchbase.KeyValue.ICouchbaseCollection.GetAsync(System.String,Couchbase.KeyValue.GetOptions)"]

See Also