Click or drag to resize
UploadPartCopyRequestUnmodifiedSinceConstraint Property
Gets or sets the constraints of unmodified timestamp threshold. If the value is same or greater than the actual last modified time, proceed the copy. Otherwise returns 412 (precondition failed).

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
See Also