Enum RequestType
- Namespace
- Cyclotron.Utilities.CleanArchitecture
- Assembly
- Cyclotron.Utilities.dll
Specifies the type of request for a use case operation.
public enum RequestType
Fields
Local = 0Indicates a request to local storage or database.
LocalAndNetwork = 2Indicates a request that fetches from both local storage and server.
Network = 1Indicates a request that fetches the data from server.
Sync = 3Indicates a request that fetches incremental sync data from server after applying it on local data.