메소드 | 설명 | |
---|---|---|
UpdateTableRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
UpdateTableRequest ( string tableName, |
Instantiates UpdateTableRequest with the parameterized properties
|
메소드 | 설명 | |
---|---|---|
IsSetAttributeDefinitions ( ) : bool | ||
IsSetGlobalSecondaryIndexUpdates ( ) : bool | ||
IsSetProvisionedThroughput ( ) : bool | ||
IsSetStreamSpecification ( ) : bool | ||
IsSetTableName ( ) : bool |
public UpdateTableRequest ( string tableName, |
||
tableName | string | The name of the table to be updated. |
provisionedThroughput | Sets the UpdateTableRequest ProvisionedThroughput property | |
리턴 | System |