NumberNumberFileManagerConfigFileManagerConfigNumberGets the artworkRetryCount
Kind: Instance method of FileManagerConfig
Returns: Number - The number of times that SdlArtwork should attempt to be reuploaded in the event of a failure.
NumberGets the FileRetryCount
Kind: Instance method of FileManagerConfig
Returns: Number - The number of times that SdlFile should attempt to be reuploaded in the event of a failure.
FileManagerConfigSets the artworkRetryCount
Kind: Instance method of FileManagerConfig
Returns: FileManagerConfig - The instance of FileManagerConfig for method chaining.
| Param | Type | Description |
|---|---|---|
| artworkRetryCount | Number |
The number of times that SdlArtwork should attempt to be reuploaded in the event of a failure. |
FileManagerConfigSets the fileRetryCount
Kind: Instance method of FileManagerConfig
Returns: FileManagerConfig - The instance of FileManagerConfig for method chaining.
| Param | Type | Description |
|---|---|---|
| fileRetryCount | Number |
The number of times that SdlFile should attempt to be reuploaded in the event of a failure. |