A character to group keys by. 
            
 Declaration Syntax
 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 ListVersionsRequest WithDelimiter( string delimiter )
 Parameters
 Parameters- delimiter (String)
- The delimiter value
 Return Value
 Return Valuethis instance
 Remarks
 Remarks
            All keys that contain the same string between 
            the prefix and the first occurrence of the delimiter are grouped under a 
            single result element in CommonPrefixes. These groups are counted as one result 
            against the max-keys limitation. These keys are not returned elsewhere in the 
            response.