Click or drag to resize
ListBucketsResultIsTruncated Property
Gets or sets the flag of truncated. If it's true, means not all buckets have been returned.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public Nullable<bool> IsTruncated { get; }

Property Value

Type: NullableBoolean
See Also