ListBucketsRequestMaxKeys Property |
Gets or sets the max entries to return. By default is 100.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Nullable<int> MaxKeys { get; set; }
Public Property MaxKeys As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaxKeys {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxKeys : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also