AWS SDK for .NET Documentation
WithDelimiter Method (delimiter)
AmazonAmazon.S3.ModelListMultipartUploadsRequestWithDelimiter(String) Did this page help you?   Yes   No    Tell us about it...
Character you use to group keys.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public ListMultipartUploadsRequest WithDelimiter(
	string delimiter
)
Parameters
delimiter (String)
The delimiter value
Return Value
this instance
Remarks
All keys that contain the same string between the prefix, if specified, and the first occurrence of the delimiter after the prefix are grouped under a single result element, CommonPrefixes. If you don't specify the prefix parameter, then the substring starts at the beginning of the key. The keys that are grouped under CommonPrefixes result element are not returned elsewhere in the response.

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