MultipartUploadInitiated Property |
The initiated timestamp of the multipart upload.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntaxpublic DateTime Initiated { get; }
Public ReadOnly Property Initiated As DateTime
Get
public:
property DateTime Initiated {
DateTime get ();
}
member Initiated : DateTime with get
Property Value
Type:
DateTime
See Also