UploadPartCopyRequestModifiedSinceConstraint Property |
如果源Object自从用户指定的时间以后被修改过,则执行拷贝操作;
否则返回412 HTTP错误码(预处理失败)。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Nullable<DateTime> ModifiedSinceConstraint { get; set; }
Public Property ModifiedSinceConstraint As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ModifiedSinceConstraint {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ModifiedSinceConstraint : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also