Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

SimpledbAttribute Type

This type represents a single SimpleDB attribute.

Remarks

This type represents a single SimpleDB attribute.

Fields

Name
String

The name of the attribute.

Replace
Boolean

Whether or not an attribute is replaced. When calling BatchPutAttributes if this field is set to true and the attribute already exists it will be replaced by the new value.

Value
String

The value of the attribute.

Constructors

[VB.NET]
Public SimpledbAttribute()

[C#]
public SimpledbAttribute();



[VB.NET]
Public SimpledbAttribute(ByVal Name As String)

[C#]
public SimpledbAttribute(string name);



[VB.NET]
Public SimpledbAttribute(ByVal Name As String, ByVal Value As String)

[C#]
public SimpledbAttribute(string name, string value);



[VB.NET]
Public SimpledbAttribute(ByVal Name As String, ByVal Value As String, ByVal Replace As Boolean)

[C#]
public SimpledbAttribute(string name, string value, bool replace);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0