Click or drag to resize

CreatePrimaryQueryIndexOptionsIgnoreIfExists Method

[Missing <summary> documentation for "M:Couchbase.Management.Query.CreatePrimaryQueryIndexOptions.IgnoreIfExists(System.Boolean)"]

Namespace:  Couchbase.Management.Query
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public CreatePrimaryQueryIndexOptions IgnoreIfExists(
	bool ignoreIfExists
)

Parameters

ignoreIfExists
Type: SystemBoolean

[Missing <param name="ignoreIfExists"/> documentation for "M:Couchbase.Management.Query.CreatePrimaryQueryIndexOptions.IgnoreIfExists(System.Boolean)"]

Return Value

Type: CreatePrimaryQueryIndexOptions

[Missing <returns> documentation for "M:Couchbase.Management.Query.CreatePrimaryQueryIndexOptions.IgnoreIfExists(System.Boolean)"]

See Also