public static class BatchWriteRowResult.RowStatus extends Object
构造器和说明 |
---|
BatchWriteRowResult.RowStatus(String tableName,
ConsumedCapacity consumedCapacity,
int index) |
BatchWriteRowResult.RowStatus(String tableName,
Error error,
int index) |
public BatchWriteRowResult.RowStatus(String tableName, ConsumedCapacity consumedCapacity, int index)
public boolean isSucceed()
public Error getError()
public String getTableName()
public ConsumedCapacity getConsumedCapacity()
public int getIndex()
Copyright © 2016. All Rights Reserved.