Keys And Attributes
Namespace: Amazon.DynamoDB.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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: | |
| Equals(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()()()() | (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
|