using System; using System.Collections.Generic; using System.Text; using COSXML.Model.Tag; using COSXML.Transfer; namespace COSXML.Model.Object { /// /// 分片复制返回的结果 /// /// public sealed class UploadPartCopyResult : CosDataResult { /// /// 分片复制的结果信息 /// /// public CopyPartResult copyPart { get {return _data; } } } }