ListBucketsResultIsTruncated Property |
Gets or sets the flag of truncated. If it's true, means not all buckets have been returned.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Nullable<bool> IsTruncated { get; }
Public ReadOnly Property IsTruncated As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsTruncated {
Nullable<bool> get ();
}
member IsTruncated : Nullable<bool> with get
Property Value
Type:
NullableBooleanSee Also