| ObjectMetadataContentLength Property  | 
            Gets or sets the content length of the object.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic long ContentLength { get; set; }Public Property ContentLength As Long
	Get
	Set
public:
property long long ContentLength {
	long long get ();
	void set (long long value);
}member ContentLength : int64 with get, set
Property Value
Type: 
Int64
See Also