类 PutRow


  • public class PutRow
    extends TableStorageRow
    Performs PutRow operation on a single row.
    • 构造器详细资料

      • PutRow

        public PutRow​(String rowkey)
        Constructs a put row object with rowkey.
        参数:
        rowkey - The rowkey of this put row object.
    • 方法详细资料

      • addCell

        public PutRow addCell​(String name,
                              String value)
        Add a cell to this put row object.
        参数:
        name - the column name of the cell.
        value - the value name of the cell.
        返回:
        This put row object.