Uses of Class
com.azure.data.cosmos.DatabaseAccountLocation
-
Packages that use DatabaseAccountLocation Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of DatabaseAccountLocation in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return types with arguments of type DatabaseAccountLocation Modifier and Type Method Description Iterable<DatabaseAccountLocation>
DatabaseAccount. readableLocations()
Gets the list of readable locations for this database account.Iterable<DatabaseAccountLocation>
DatabaseAccount. writableLocations()
Gets the list of writable locations for this database account.
-