| ObjectMetadataCrc64 Property  | 
            Gets or sets the crc64.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string Crc64 { get; set; }Public Property Crc64 As String
	Get
	Set
public:
property String^ Crc64 {
	String^ get ();
	void set (String^ value);
}member Crc64 : string with get, set
Property Value
Type: 
StringThe crc64.
See Also