UploadPartRequestPartSize Property |
获取或设置返回分块(Part)数据的字节数。
除最后一个Part外,其他Part最小为5MB。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Nullable<long> PartSize { get; set; }
Public Property PartSize As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> PartSize {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member PartSize : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also