Sets the position in the file specified by FilePath from which to retrieve the content of the part. 
            This field is required when a file path is specified. It is ignored when using the InputStream property.
            
 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 UploadPartRequest WithFilePosition( long filePosition )
 Parameters
 Parameters- filePosition (Int64)
- The value that FilePosition is set to
 Return Value
 Return Valuethe request with the FilePosition set