| MultipartUploadListingIsTruncated Property  | 
            The flag which indciates if there's more data to return in OSS server side.
            “true” means there's more data to return.
            “false” means no more data to return.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
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