Méthode | Description | |
---|---|---|
GetItemRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
GetItemRequest ( string tableName, AttributeValue>.Dictionary |
Instantiates GetItemRequest with the parameterized properties
|
|
GetItemRequest ( string tableName, AttributeValue>.Dictionary |
Instantiates GetItemRequest with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetAttributesToGet ( ) : bool | ||
IsSetConsistentRead ( ) : bool | ||
IsSetExpressionAttributeNames ( ) : bool | ||
IsSetKey ( ) : bool | ||
IsSetProjectionExpression ( ) : bool | ||
IsSetReturnConsumedCapacity ( ) : bool | ||
IsSetTableName ( ) : bool |
public GetItemRequest ( string tableName, AttributeValue>.Dictionary |
||
tableName | string | The name of the table containing the requested item. |
key | AttributeValue>.Dictionary | A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. |
Résultat | System |
public GetItemRequest ( string tableName, AttributeValue>.Dictionary |
||
tableName | string | The name of the table containing the requested item. |
key | AttributeValue>.Dictionary | A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. |
consistentRead | bool | Determines the read consistency model: If set to true , then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads. |
Résultat | System |