AWS SDK for .NET Documentation
WithMetadata Method (key, value)
AmazonAmazon.S3.TransferTransferUtilityUploadDirectoryRequestWithMetadata(String, String) Did this page help you?   Yes   No    Tell us about it...
Adds a set of key-value pairs to the request and returns this object instance, enabling additional method calls to be chained together.
Declaration Syntax
C#
public TransferUtilityUploadDirectoryRequest WithMetadata(
	string key,
	string value
)
Parameters
key (String)
The key to associate with the Amazon S3 object.
value (String)
The value for the key.
Return Value
This object instance, enabling additional method calls to be chained together.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)