Click or drag to resize
ListObjectsRequestPrefix Property
Gets or sets the object name prefix. The names of the returned object must be prefixed by this value. It's optional. If it's not set, then there's no requirement on the object name.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public string Prefix { get; set; }

Property Value

Type: String
See Also