Click or drag to resize
OssClientModifyObjectMeta Method
Modify the object metadata.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public void ModifyObjectMeta(
	string bucketName,
	string key,
	ObjectMetadata newMeta,
	Nullable<long> partSize = null,
	string checkpointDir = null
)

Parameters

bucketName
Type: SystemString
Bucket name
key
Type: SystemString
Key
newMeta
Type: Aliyun.OSSObjectMetadata
new metadata
partSize (Optional)
Type: SystemNullableInt64
Part size, it's no less than DefaultPartSize
checkpointDir (Optional)
Type: SystemString
check point folder. It must be specified to store the checkpoint information

Implements

IOssModifyObjectMeta(String, String, ObjectMetadata, NullableInt64, String)
See Also