OssUtilsIsBucketNameValid Method |
Check if the bucket name is valid,.
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public static bool IsBucketNameValid(
string bucketName
)
Public Shared Function IsBucketNameValid (
bucketName As String
) As Boolean
public:
static bool IsBucketNameValid(
String^ bucketName
)
static member IsBucketNameValid :
bucketName : string -> bool
Parameters
- bucketName
- Type: SystemString
bucket name
Return Value
Type:
Booleantrue:valid bucket name
See Also