Click or drag to resize

ListVersionsRequestVersionIdMarker Property

Start position for listing versioning objects (sorted by version ID)

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 VersionIdMarker { get; set; }

Property Value

Type: String
Remarks

Optional parameter This parameter works together with "KeyMarker" and specifies the object name from which the listing begins. Listed objects are sorted by object name and version ID in lexicographical order. If the values of "VersionIdMarker" and "KeyMarker" are inconsistent, this parameter is ineffective.

See Also