Click or drag to resize

ListObjectsRequestDelimiter Property

Character for grouping object names

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

Property Value

Type: String
Remarks

Optional parameter If the object name contains the "Delimiter" parameter, the character string from the first character to the first delimiter in the object name is grouped under a single result element, "CommonPrefix". (If a prefix is specified in the request, the prefix must be removed from the object name.)

See Also