Uses of Interface
com.microsoft.azure.cosmosdb.internal.directconnectivity.IStoreClient
-
Packages that use IStoreClient Package Description com.microsoft.azure.cosmosdb.internal.directconnectivity -
-
Uses of IStoreClient in com.microsoft.azure.cosmosdb.internal.directconnectivity
Classes in com.microsoft.azure.cosmosdb.internal.directconnectivity that implement IStoreClient Modifier and Type Class Description classStoreClientInstantiated to issue direct connectivity requests to the backend on: - Gateway (for gateway mode clients) - Client (for direct mode clients) StoreClient uses the ReplicatedResourceClient to make requests to the backend.
-