ObjectListingIsTrunked Property |
Note: This API is now obsolete.
Obsolete property.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax [ObsoleteAttribute("misspelled, please use IsTruncated instead")]
public bool IsTrunked { get; }
<ObsoleteAttribute("misspelled, please use IsTruncated instead")>
Public ReadOnly Property IsTrunked As Boolean
Get
public:
[ObsoleteAttribute(L"misspelled, please use IsTruncated instead")]
property bool IsTrunked {
bool get ();
}
[<ObsoleteAttribute("misspelled, please use IsTruncated instead")>]
member IsTrunked : bool with get
Property Value
Type:
BooleanSee Also