Click or drag to resize
OssUtilsIsBucketNameValid Method
Check if the bucket name 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 IsBucketNameValid(
	string bucketName
)

Parameters

bucketName
Type: SystemString
bucket name

Return Value

Type: Boolean
true:valid bucket name
See Also