@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
6 lines • 337 B
TypeScript
/** Determines the connection behavior of the CosmosClient. Note, we currently only support Gateway Mode. */
export declare enum ConnectionMode {
/** Gateway mode talks to an intermediate gateway which handles the direct communication with your individual partitions. */
Gateway = 0
}
//# sourceMappingURL=ConnectionMode.d.ts.map