See: Description
| Interface | Description |
|---|---|
| ChangeFeedProcessor |
Simple host for distributing change feed events across observers, simplifying the process of reading the change feeds
and distributing the processing events across multiple consumers effectively.
|
| Class | Description |
|---|---|
| ChangeFeedProcessorBuilder |
Helper class to build a
ChangeFeedProcessor instance. |
| CosmosAsyncClient |
Provides a client-side logical representation of the Azure Cosmos DB service.
|
| CosmosAsyncConflict |
Read and delete conflicts
|
| CosmosAsyncContainer |
Provides methods for reading, deleting, and replacing existing Containers.
|
| CosmosAsyncDatabase |
Perform read and delete databases, update database throughput, and perform operations on child resources
|
| CosmosAsyncPermission |
Has methods to operate on a per-User Permission to access a specific resource
|
| CosmosAsyncScripts |
The type Cosmos async scripts.
|
| CosmosAsyncStoredProcedure |
The type Cosmos async stored procedure.
|
| CosmosAsyncTrigger |
The type Cosmos async trigger.
|
| CosmosAsyncUser |
The type Cosmos async user.
|
| CosmosAsyncUserDefinedFunction |
The type Cosmos async user defined function.
|
| CosmosClient |
Provides a client-side logical representation of the Azure Cosmos DB service.
|
| CosmosClientBuilder |
Helper class to build CosmosAsyncClient
CosmosAsyncClient and CosmosClient CosmosClient
instances as logical representation of the Azure Cosmos database service. |
| CosmosContainer |
Provides synchronous methods for reading, deleting, and replacing existing Containers
Provides methods for interacting with child resources (Items, Scripts, Conflicts)
|
| CosmosDatabase |
Perform read and delete databases, update database throughput, and perform operations on child resources in
a synchronous way
|
| CosmosDiagnostics |
This class represents response diagnostic statistics associated with a request to Azure Cosmos DB
|
| CosmosScripts |
The type Cosmos sync scripts.
|
| CosmosStoredProcedure |
The type Cosmos sync stored procedure.
|
| CosmosTrigger |
The type Cosmos sync trigger.
|
| CosmosUser |
The type Cosmos sync user.
|
| CosmosUserDefinedFunction |
The type Cosmos sync user defined function.
|
| DirectConnectionConfig |
Represents the connection config with
ConnectionMode.DIRECT associated with Cosmos Client in the Azure Cosmos DB database service. |
| GatewayConnectionConfig |
Represents the connection config with
ConnectionMode.GATEWAY associated with Cosmos Client in the Azure Cosmos DB database service. |
| ThrottlingRetryOptions |
Encapsulates retry options in the Azure Cosmos DB database service.
|
| Enum | Description |
|---|---|
| ConnectionMode |
Represents the connection mode to be used by the client in the Azure Cosmos DB database service.
|
| ConsistencyLevel |
Represents the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.
|
| Exception | Description |
|---|---|
| CosmosException |
This class defines a custom exception type for all operations on
CosmosClient in the Azure Cosmos DB database service.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.