CosmosExecutorConfiguration.UseConnectionModeDirect Property

Definition

Sets the connection mode to Direct. This is used by the client when connecting to the Azure Cosmos DB service.

public bool UseConnectionModeDirect { get; set; }
member this.UseConnectionModeDirect : bool with get, set
Public Property UseConnectionModeDirect As Boolean

Property Value

Remarks

For more information, see Connection policy: Use direct connection mode.

Applies to