Table of Contents

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 = 0

Indicates a request to local storage or database.

LocalAndNetwork = 2

Indicates a request that fetches from both local storage and server.

Network = 1

Indicates a request that fetches the data from server.

Sync = 3

Indicates a request that fetches incremental sync data from server after applying it on local data.