AWS SDK for .NET Documentation
KeysAndAttributes Class
AmazonAmazon.DynamoDB.ModelKeysAndAttributes Did this page help you?   Yes   No    Tell us about it...
Keys And Attributes
Declaration Syntax
C#
public class KeysAndAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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 -


ConsistentRead
If set to true, then a consistent read is issued. Otherwise eventually-consistent is used.

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(array<String>[]()[][]) Obsolete.
Adds elements to the AttributesToGet collection

WithAttributesToGet(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the AttributesToGet collection

WithConsistentRead(Boolean) Obsolete.
Sets the ConsistentRead property

WithKeys(array<Key>[]()[][]) Obsolete.
Adds elements to the Keys collection

WithKeys(IEnumerable<(Of <<'(Key>)>>)) Obsolete.
Adds elements to the Keys collection

Inheritance Hierarchy
Object
KeysAndAttributes

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