Keys And Attributes
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class KeysAndAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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: | 
|  | ConsistentRead | 
            If set to true, then a consistent read is issued. Otherwise eventually-consistent is used.
             
             | 
|  | 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()()()() | 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
 Inheritance Hierarchy| Object | |
|  | KeysAndAttributes |