GetObjectRequestUnmodifiedSinceConstraint Property |
Gets or sets "If-Unmodified-Since" parameter
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Nullable<DateTime> UnmodifiedSinceConstraint { get; set; }
Public Property UnmodifiedSinceConstraint As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> UnmodifiedSinceConstraint {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member UnmodifiedSinceConstraint : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeRemarks
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