Uses of Class
com.microsoft.azure.cosmosdb.internal.RemoteStorageType
-
Packages that use RemoteStorageType Package Description com.microsoft.azure.cosmosdb.internal -
-
Uses of RemoteStorageType in com.microsoft.azure.cosmosdb.internal
Methods in com.microsoft.azure.cosmosdb.internal that return RemoteStorageType Modifier and Type Method Description static RemoteStorageTypeRemoteStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoteStorageType[]RemoteStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-