类 DeleteRow


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

      • DeleteRow

        public DeleteRow​(String rowkey)
        Constructs a delete row object with rowkey.
        参数:
        rowkey -
    • 方法详细资料

      • addCell

        public DeleteRow addCell​(String name)
        Add a cell with column name to delete row
        参数:
        name - The column name of this cell.
        返回:
        This delete row object.