AWS SDK for .NET Documentation
WithStorageClass Method (sClass)
AmazonAmazon.S3.ModelPutObjectRequestWithStorageClass(S3StorageClass) Did this page help you?   Yes   No    Tell us about it...
Sets a StorageClass for the S3 object. Default: S3StorageClass.Standard.
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 PutObjectRequest WithStorageClass(
	S3StorageClass sClass
)
Parameters
sClass (S3StorageClass)
The Storage Class to be set on the object
Return Value
The request with the StorageClass set
Remarks
Set this property only if you want reduced redundancy for this object. Please refer to S3StorageClass for information on S3 Storage Classes.

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