ListObjectsRequestMarker Property |
Gets or sets the marker value. The name of returned objects must be greater than this value in lexicographic order.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string Marker { get; set; }
Public Property Marker As String
Get
Set
public:
property String^ Marker {
String^ get ();
void set (String^ value);
}
member Marker : string with get, set
Property Value
Type:
StringSee Also