Gets or sets the length.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public long Length { get; }
Public ReadOnly Property Length As Long
Get
public:
property long long Length {
long long get ();
}
member Length : int64 with get
Property Value
Type:
Int64The length.
See Also