IWithOptions Interface

Definition

The stage of the mongo collection update allowing to set options.

public interface IWithOptions : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate>
type IWithOptions = interface
    interface IWithOptions<IUpdate>
Public Interface IWithOptions
Implements IWithOptions(Of IUpdate)
Derived
Implements

Methods

WithOption(String, String)

Specifies an option.

(Inherited from IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Appends all options to current options.

(Inherited from IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

Replace the current options with new options.

(Inherited from IWithOptions<ReturnT>)
WithoutOption(String)

Removes an option.

(Inherited from IWithOptions<ReturnT>)
WithoutOptions()

Removes all options.

(Inherited from IWithOptions<ReturnT>)

Applies to