Click or drag to resize
DownloadObjectRequestUnmodifiedSinceConstraint Property
Gets or sets "If-Unmodified-Since" parameter

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public Nullable<DateTime> UnmodifiedSinceConstraint { get; set; }

Property Value

Type: NullableDateTime
Remarks
It means if its value is same or later than the actual last modified time, the file will be downloaded. Otherwise, return precondition failed (412).
See Also