AWS SDK for .NET Documentation
CommonPrefixes Property
AmazonAmazon.S3.ModelListMultipartUploadsResponseCommonPrefixes Did this page help you?   Yes   No    Tell us about it...
Gets the CommonPrefixes property. A response can contain CommonPrefixes only if you specify a delimiter. When you do, CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter. In effect, CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if prefix is notes/ and delimiter is a slash (/), in notes/summer/july, the common prefix is notes/summer/.
Declaration Syntax
C#
public List<string> CommonPrefixes { get; }

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