| UploadObjectRequestPartSize Property | 
            Gets or sets the size of the part.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
 Syntax
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: 
NullableInt64The size of the part.
 See Also
See Also