Click or drag to resize

CreateBucketRequestBucketName Property

Bucket name

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public override string BucketName { get; set; }

Property Value

Type: String
Remarks

Mandatory parameter A bucket name must comply with the following rules: 1. Contains 3 to 63 characters, starts with a digit or letter, and supports lowercase letters, digits, hyphens (-), and periods (.). 2. Cannot be an IP address. 3. Cannot start or end with a hyphen (-) or period (.). 4. Cannot contain two consecutive periods (.), for example, "my..bucket". 5. Cannot contain periods (.) and hyphens (-) adjacent to each other, for example, "my-.bucket" or "my.-bucket".

See Also