Click or drag to resize

CollectionExtensionsExistsAsync Method (ICouchbaseCollection, String, ActionExistsOptions)

[Missing <summary> documentation for "M:Couchbase.KeyValue.CollectionExtensions.ExistsAsync(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.Action{Couchbase.KeyValue.ExistsOptions})"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static Task<IExistsResult> ExistsAsync(
	this ICouchbaseCollection collection,
	string id,
	Action<ExistsOptions> configureOptions
)

Parameters

collection
Type: Couchbase.KeyValueICouchbaseCollection

[Missing <param name="collection"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.ExistsAsync(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.Action{Couchbase.KeyValue.ExistsOptions})"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.ExistsAsync(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.Action{Couchbase.KeyValue.ExistsOptions})"]

configureOptions
Type: SystemActionExistsOptions

[Missing <param name="configureOptions"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.ExistsAsync(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.Action{Couchbase.KeyValue.ExistsOptions})"]

Return Value

Type: TaskIExistsResult

[Missing <returns> documentation for "M:Couchbase.KeyValue.CollectionExtensions.ExistsAsync(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.Action{Couchbase.KeyValue.ExistsOptions})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICouchbaseCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also