OssUtilsIsBucketNameValid Method |
判断存储空间(bucket)名字是否合法
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic static bool IsBucketNameValid(
string bucketName
)
Parameters
- bucketName
- Type: SystemString
存储空间的名称
Return Value
Type:
Boolean是否合法
See Also