MultipartUploadListingIsTruncated Property |
标明是否本次返回的Multipart Upload结果列表被截断。
“true”表示本次没有返回全部结果;
“false”表示本次已经返回了全部结果。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic bool IsTruncated { get; }
Public ReadOnly Property IsTruncated As Boolean
Get
public:
property bool IsTruncated {
bool get ();
}
member IsTruncated : bool with get
Property Value
Type:
Boolean
See Also