16 lines
364 B
C#
16 lines
364 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace COSXML.Model.Object
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 舍弃一个分块上传并删除已上传的块返回的结果
|
|||
|
|
/// <see cref="https://cloud.tencent.com/document/product/436/7740"/>
|
|||
|
|
/// </summary>
|
|||
|
|
public sealed class AbortMultipartUploadResult : CosResult
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|