Click or drag to resize

ExpirationDays Property

Object expiration time, specifying how many days after creation will the object expire

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

Property Value

Type: NullableInt32
Remarks

If this parameter is not set, the "Date" parameter is mandatory.

See Also