AWS SDK for .NET Documentation
CreatePartStream Method (stream, partSize)
AmazonAmazon.GlacierGlacierUtilsCreatePartStream(Stream, Int64) Did this page help you?   Yes   No    Tell us about it...
Creates a stream that wraps the passed in stream with the length of the stream set to the part size. This is useful when using multi part upload API by wrapping the stream being uploaded and setting it to the Body property on the UploadMultipartPartRequest object.
Declaration Syntax
C#
public static Stream CreatePartStream(
	Stream stream,
	long partSize
)
Parameters
stream (Stream)
Stream that is wrapped.
partSize (Int64)
The part size to be read from the original stream.
Return Value

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