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