Click or drag to resize
OssUtilsIsLoggingPrefixValid Method
Checks if the logging prefix is valid.

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public static bool IsLoggingPrefixValid(
	string loggingPrefix
)

Parameters

loggingPrefix
Type: SystemString
The logging prefix to check

Return Value

Type: Boolean
true:valid logging prefix
See Also