PartListingIsTruncated Property |
Flag if the result is truncated.
“true” means it's truncated;“false” means the result is complete.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public bool IsTruncated { get; }
Public ReadOnly Property IsTruncated As Boolean
Get
public:
property bool IsTruncated {
bool get ();
}
member IsTruncated : bool with get
Property Value
Type:
BooleanSee Also