Click or drag to resize
ObjectMetadataContentLength Property
获取Content-Length请求头,表示Object内容的大小。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
public long ContentLength { get; set; }

Property Value

Type: Int64
See Also