Number
Number
FileManagerConfig
FileManagerConfig
Number
Gets 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.
Number
Gets 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.
FileManagerConfig
Sets 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. |
FileManagerConfig
Sets 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. |