ListPartsRequestMaxParts Property |
获取或者设置响应中的最大Part数目。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Nullable<int> MaxParts { get; set; }
Public Property MaxParts As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaxParts {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxParts : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also