Enumeration RVAzureCosmosDBConnectionMode

Specifies the connection mode used to communicate with the Azure CosmosDB service. See RVAzureCosmosDBDataSource.connectionMode.

Index

Enumeration Members

Enumeration Members

Direct: "Direct"

Uses direct TCP connections to CosmosDB replicas. Offers lower latency and higher throughput.

Gateway: "Gateway"

Uses HTTPS connections through the CosmosDB gateway. Compatible with environments that restrict direct TCP traffic.