UploadPartCopyRequestUnmodifiedSinceConstraint Property |
如果传入参数中的时间等于或者晚于文件实际修改时间,则正常传输文件,并返回200 OK;
否则返回412 precondition failed错误
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic 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:
NullableDateTime
See Also