Keys And Attributes

Namespace: Amazon.DynamoDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class KeysAndAttributes
Public Class KeysAndAttributes
public ref class KeysAndAttributes

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
KeysAndAttributes()()()()
Initializes a new instance of the KeysAndAttributes class
AttributesToGet
List of Attribute names. If attribute names are not specified then all attributes will be returned. If some attributes are not found, they will not appear in the result.

Constraints:

Length
1 -

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Keys
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttributesToGet(IEnumerable<(Of <<'(String>)>>))
Adds elements to the AttributesToGet collection
WithAttributesToGet(array<String>[]()[][])
Adds elements to the AttributesToGet collection
WithKeys(array<Key>[]()[][])
Adds elements to the Keys collection
WithKeys(IEnumerable<(Of <<'(Key>)>>))
Adds elements to the Keys collection

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.Model..::..KeysAndAttributes

See Also