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