Click or drag to resize

ListVersionsRequestMaxKeys Property

Maximum number of versioning objects to be listed

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public Nullable<int> MaxKeys { get; set; }

Property Value

Type: NullableInt32
Remarks

Optional parameter The value ranges from 1to 1000. If there are more than 1000 versioning objects, only 1000 of them will be listed.

See Also