Class RVAzureCosmosDBConnectionMode
Specifies the connection mode used to communicate with the Azure CosmosDB service.
Inheritance
System.Object
RVAzureCosmosDBConnectionMode
Namespace: Reveal.Sdk.Data.AzureCosmosDB
Assembly: Infragistics.Reveal.Connectors.AzureCosmosDB.dll
Syntax
public sealed class RVAzureCosmosDBConnectionMode : Enum
Fields
Direct
Uses direct TCP connections to CosmosDB replicas. Offers lower latency and higher throughput.
Declaration
public const RVAzureCosmosDBConnectionMode Direct
Field Value
| Type | Description |
|---|---|
| RVAzureCosmosDBConnectionMode |
Gateway
Uses HTTPS connections through the CosmosDB gateway. Compatible with environments that restrict direct TCP traffic.
Declaration
public const RVAzureCosmosDBConnectionMode Gateway
Field Value
| Type | Description |
|---|---|
| RVAzureCosmosDBConnectionMode |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |