JAMS Developer Guide
ReducedRedundancy Property


MVPSI.JAMS.Activities Namespace > S3Upload Class : ReducedRedundancy Property
Whether or not to use Reduced Redundancy storage
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies whether or not to use Reduced Redundancy storage")>
<System.Activities.RequiredArgumentAttribute()>
Public Property ReducedRedundancy As System.Boolean
'Usage
 
Dim instance As S3Upload
Dim value As System.Boolean
 
instance.ReducedRedundancy = value
 
value = instance.ReducedRedundancy
[System.ComponentModel.Description("Specifies whether or not to use Reduced Redundancy storage")]
[System.Activities.RequiredArgument()]
public System.bool ReducedRedundancy {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

S3Upload Class
S3Upload Members