ListBucketsResultMaxKeys Property |
获取一个值,用于限定此次返回bucket的最大数。
如果不设定,默认为100。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Nullable<int> MaxKeys { get; }
Public ReadOnly Property MaxKeys As Nullable(Of Integer)
Get
public:
property Nullable<int> MaxKeys {
Nullable<int> get ();
}
member MaxKeys : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also