Click or drag to resize
CopyObjectRequestModifiedSinceConstraint Property
Modified timestamp threshold----that is for the copy operation to execute, the file's last modified time must be same or greater than this property; Otherwise return 412 as HTTP code (precondition failed)

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public Nullable<DateTime> ModifiedSinceConstraint { get; set; }

Property Value

Type: NullableDateTime
See Also