Skip to main content

GetDownloadModeVals

Retrieves all valid string representations of download modes from the core.IOStrategy_DownloadMode_value map.

def GetDownloadModeVals() - > []string

Retrieves all available download mode values. This function is used to obtain a list of valid download modes that can be used in various operations.

Returns

TypeDescription
[]stringA slice of strings, where each string represents a valid download mode.