Storage

Azure Storage, AWS Storage , Google Cloud Storage
1
2
3
4
5
6
7
8
9
    {
        "enable": "true",
        "alias": "State2",
        "type": "storage",
        "timeout": "5",
        "retry": "2",
        "storagetype": "file",
        "durationofbreak": "45"
    }
General
enable Enable the State adapter (True/False)
alias Defines a unique name to identify the service
type Sets the State type (Storage
storagetype defines the type of Storage (File/AzureBlob)
timeout Sets the default timeout to fail
retry Sets the default timeout to fail
durationofbreak Set the duration of the Circuit-Break

Local

The Devprime platform provides several parameters for the customization of the State Local.

Azure Storage

The Devprime platform provides several parameters for customizing Azure Storge.

AWS Storage

The Devprime platform provides several parameters for customizing AWS Storge.

Google Cloud Storage

The Devprime platform provides several parameters for customizing Google Cloud Storage.

Last modified October 17, 2023 (e38ae05b)